Skip to content

Commit

Permalink
fix: specify no-extraneous-deps config
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Apr 7, 2022
1 parent 8b3d650 commit 5c59b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module.exports = {
},
],
'import/no-unresolved': 0,
'import/no-extraneous-dependencies': ['error', { devDependencies: ['**/*.test.js', '**/*.spec.js'] }],
'no-null/no-null': 2,
quotes: [
2,
Expand Down
1 change: 1 addition & 0 deletions esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = {
},
],
'import/no-unresolved': 0,
'import/no-extraneous-dependencies': ['error', { devDependencies: ['**/*.test.js', '**/*.spec.js'] }],
'no-null/no-null': 2,
'import/extensions': 0,
'prettier/prettier': [
Expand Down

0 comments on commit 5c59b36

Please sign in to comment.