We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f617c9 commit adbf853Copy full SHA for adbf853
1 file changed
index.js
@@ -11,10 +11,7 @@ module.exports = {
11
],
12
parser: '@typescript-eslint/parser',
13
parserOptions: {
14
- ecmaVersion: 12,
15
- sourceType: 'module',
16
-
17
- // These are needed for some of the typescript-eslint type-based linting rules
+ // Needed for the typescript-eslint type-based linting rules
18
project: ['./tsconfig.json'],
19
},
20
plugins: ['@typescript-eslint', 'n', 'simple-import-sort'],
0 commit comments