Skip to content

Commit bddcea0

Browse files
authored
feat: requiring consistent typescript array definitions (#313)
1 parent b62fa14 commit bddcea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typescript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
'import/resolver': 'typescript',
77
},
88
rules: {
9+
'@typescript-eslint/array-type': 'error',
910
'@typescript-eslint/consistent-indexed-object-style': 'error',
1011
'@typescript-eslint/consistent-type-imports': 'error',
1112

0 commit comments

Comments
 (0)