Skip to content

Commit

Permalink
Merge pull request #34 from wolfgangwalther/eslint-plugin-jest [no-re…
Browse files Browse the repository at this point in the history
…lease]

add recommended rules for eslint-plugin-jest
  • Loading branch information
bravo-kernel committed Nov 5, 2019
2 parents f85a36b + f4dac35 commit aec4926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -90,7 +90,8 @@
"extends": [
"airbnb-base",
"plugin:prettier/recommended",
"plugin:unicorn/recommended"
"plugin:unicorn/recommended",
"plugin:jest/recommended"
],
"env": {
"browser": false,
Expand Down

0 comments on commit aec4926

Please sign in to comment.