Skip to content

Commit 7a07959

Browse files
authored
change default setting from a string to a object
1 parent 6d821c9 commit 7a07959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/configs/typescript.js

Lines changed: 1 addition & 1 deletion
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)