Skip to content

Commit 803a1a0

Browse files
committed
enable recommended-type-checked lints
As highlighted in the v6 release notes.
1 parent 0381245 commit 803a1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
project: true,
3838
},
3939
plugins: ["@typescript-eslint"],
40-
extends: ["plugin:@typescript-eslint/recommended", "plugin:import/typescript"],
40+
extends: ["plugin:@typescript-eslint/recommended-type-checked", "plugin:import/typescript"],
4141
rules: {
4242
"@typescript-eslint/array-type": ["warn", { default: "array-simple" }],
4343
"@typescript-eslint/consistent-type-exports": "error",

0 commit comments

Comments
 (0)