We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62fa14 commit bddcea0Copy full SHA for bddcea0
typescript.js
@@ -6,6 +6,7 @@ module.exports = {
6
'import/resolver': 'typescript',
7
},
8
rules: {
9
+ '@typescript-eslint/array-type': 'error',
10
'@typescript-eslint/consistent-indexed-object-style': 'error',
11
'@typescript-eslint/consistent-type-imports': 'error',
12
0 commit comments