Skip to content

Commit 75f08be

Browse files
authored
fix: requiring consistency of typescript record types (#312)
1 parent b80a7e9 commit 75f08be

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/consistent-indexed-object-style': 'error',
910
'@typescript-eslint/consistent-type-imports': 'error',
1011

1112
// Disable requiring return types because it's too easy to broaden them by accident.

0 commit comments

Comments
 (0)