Skip to content

Commit 3bbc20f

Browse files
authored
Merge pull request #78 from github/array-type-is-object-now
Change default setting from a string to a object
2 parents 6d821c9 + 7a07959 commit 3bbc20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/configs/typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
},
66
plugins: ['@typescript-eslint', 'github'],
77
rules: {
8-
'@typescript-eslint/array-type': ['error', 'array-simple'],
8+
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
99
'@typescript-eslint/no-use-before-define': 'off',
1010
'@typescript-eslint/explicit-member-accessibility': 'off',
1111
'@typescript-eslint/explicit-function-return-type': 'off'

0 commit comments

Comments
 (0)