Skip to content

Commit

Permalink
Merge pull request #78 from github/array-type-is-object-now
Browse files Browse the repository at this point in the history
Change default setting from a string to a object
  • Loading branch information
koddsson committed Nov 7, 2019
2 parents 6d821c9 + 7a07959 commit 3bbc20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configs/typescript.js
Expand Up @@ -5,7 +5,7 @@ module.exports = {
},
plugins: ['@typescript-eslint', 'github'],
rules: {
'@typescript-eslint/array-type': ['error', 'array-simple'],
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
'@typescript-eslint/explicit-function-return-type': 'off'
Expand Down

0 comments on commit 3bbc20f

Please sign in to comment.