We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80a7e9 commit 75f08beCopy full SHA for 75f08be
typescript.js
@@ -6,6 +6,7 @@ module.exports = {
6
'import/resolver': 'typescript',
7
},
8
rules: {
9
+ '@typescript-eslint/consistent-indexed-object-style': 'error',
10
'@typescript-eslint/consistent-type-imports': 'error',
11
12
// Disable requiring return types because it's too easy to broaden them by accident.
0 commit comments