Skip to content

Commit

Permalink
Configure eslint for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
dudleycarr committed Mar 17, 2021
1 parent bd441c9 commit 2bd86d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ module.exports = {
after: false,
afterEach: false,
before: false,
browser: false,
describe: false,
beforeEach: false,
it: false,
expect: false,
},
}

0 comments on commit 2bd86d6

Please sign in to comment.