| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent db9987b commit 9cbf792
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ module.exports = { | |||
| 7 | 7 | 'eslint-config-prettier' | |
| 8 | 8 | ], | |
| 9 | 9 | parser: '@typescript-eslint/parser', | |
| 10 | - plugins: ['@typescript-eslint', 'eslint-plugin-jest'], | ||
| 10 | + plugins: ['@typescript-eslint', 'eslint-plugin-node', 'eslint-plugin-jest'], | ||
| 11 | 11 | rules: { | |
| 12 | 12 | '@typescript-eslint/no-require-imports': 'error', | |
| 13 | 13 | '@typescript-eslint/no-non-null-assertion': 'off', | |
@@ -28,7 +28,8 @@ module.exports = { | |||
| 28 | 28 | } | |
| 29 | 29 | ], | |
| 30 | 30 | 'no-control-regex': 'off', | |
| 31 | - 'no-constant-condition': ['error', {checkLoops: false}] | ||
| 31 | + 'no-constant-condition': ['error', {checkLoops: false}], | ||
| 32 | + 'node/no-extraneous-import': 'error' | ||
| 32 | 33 | }, | |
| 33 | 34 | overrides: [ | |
| 34 | 35 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments