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 ab7e700 commit 51e253fCopy full SHA for 51e253f
.eslintrc.cjs
@@ -6,5 +6,11 @@ module.exports = {
6
extends: [
7
'@codingame/eslint-config',
8
'@codingame/eslint-config-react'
9
- ]
+ ],
10
+ rules: {
11
+ 'import/extensions': [
12
+ 'error',
13
+ 'ignorePackages'
14
+ ]
15
+ }
16
}
tsconfig.json
@@ -22,7 +22,7 @@
22
"sourceMap": true,
23
"target": "ES2022"
24
},
25
- "include": ["src"],
+ "include": ["src", ".eslintrc.cjs"],
26
"exclude": [
27
"dist",
28
"node_modules"
0 commit comments