We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parserOptions.sourceType
1 parent 5b8e19c commit c3c59a6Copy full SHA for c3c59a6
index.js
@@ -2,6 +2,7 @@
2
module.exports = {
3
parser: '@typescript-eslint/parser',
4
parserOptions: {
5
+ sourceType: 'module',
6
jsx: true,
7
project: 'tsconfig.json'
8
},
@@ -117,6 +118,7 @@ module.exports = {
117
118
],
119
'@typescript-eslint/member-ordering': 'error',
120
'@typescript-eslint/no-angle-bracket-type-assertion': 'error',
121
+ 'no-array-constructor': 'off',
122
'@typescript-eslint/no-array-constructor': 'error',
123
'@typescript-eslint/no-empty-interface': 'error',
124
0 commit comments