We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbaaf2 commit 609fc7bCopy full SHA for 609fc7b
1 file changed
.eslintrc.json
@@ -5,13 +5,7 @@
5
"rules": {
6
"no-invalid-this": "off",
7
"@typescript-eslint/no-invalid-this": ["error"],
8
- "import/extensions": [
9
- "error",
10
- "ignorePackages",
11
- {
12
- "ts": "never"
13
- }
14
- ],
+ "import/extensions": ["error", "ignorePackages"],
15
"@typescript-eslint/consistent-type-imports": ["error", {"prefer": "type-imports"}]
16
},
17
"overrides": [
0 commit comments