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.
2 parents 6d821c9 + 7a07959 commit 3bbc20fCopy full SHA for 3bbc20f
lib/configs/typescript.js
@@ -5,7 +5,7 @@ module.exports = {
5
},
6
plugins: ['@typescript-eslint', 'github'],
7
rules: {
8
- '@typescript-eslint/array-type': ['error', 'array-simple'],
+ '@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
9
'@typescript-eslint/no-use-before-define': 'off',
10
'@typescript-eslint/explicit-member-accessibility': 'off',
11
'@typescript-eslint/explicit-function-return-type': 'off'
0 commit comments