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 0381245 commit 803a1a0Copy full SHA for 803a1a0
.eslintrc.js
@@ -37,7 +37,7 @@ module.exports = {
37
project: true,
38
},
39
plugins: ["@typescript-eslint"],
40
- extends: ["plugin:@typescript-eslint/recommended", "plugin:import/typescript"],
+ extends: ["plugin:@typescript-eslint/recommended-type-checked", "plugin:import/typescript"],
41
rules: {
42
"@typescript-eslint/array-type": ["warn", { default: "array-simple" }],
43
"@typescript-eslint/consistent-type-exports": "error",
0 commit comments