Skip to content

Commit

Permalink
feat: requiring consistent typescript array definitions (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Feb 4, 2022
1 parent b62fa14 commit bddcea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
'import/resolver': 'typescript',
},
rules: {
'@typescript-eslint/array-type': 'error',
'@typescript-eslint/consistent-indexed-object-style': 'error',
'@typescript-eslint/consistent-type-imports': 'error',

Expand Down

0 comments on commit bddcea0

Please sign in to comment.