Skip to content

Commit

Permalink
Auto fix prettier formating.
Browse files Browse the repository at this point in the history
  • Loading branch information
tushardhole committed Dec 30, 2017
1 parent 1ac7d67 commit 63da944
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ const snapshotProcessor = require('./processors/snapshot-processor');
module.exports = {
configs: {
recommended: {
plugins: [
'jest'
],
plugins: ['jest'],
env: {
'jest/globals': true
'jest/globals': true,
},
rules: {
'jest/no-disabled-tests': 'warn',
Expand Down

0 comments on commit 63da944

Please # to comment.