Skip to content

Commit

Permalink
Enable import/no-extraneous-dependencies rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pomle committed Feb 17, 2020
1 parent 707ed19 commit aeda509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
"@typescript-eslint/explicit-function-return-type": 0,
"react/jsx-curly-brace-presence": 0,
"react/jsx-boolean-value": 0,
"import/no-extraneous-dependencies": 0,
"import/no-extraneous-dependencies": 1,
"prefer-destructuring": 0,
"no-shadow": 0,
"@typescript-eslint/no-explicit-any": 0,
Expand Down

0 comments on commit aeda509

Please sign in to comment.