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 6217e05 commit bef4210Copy full SHA for bef4210
.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
+ 'always'
14
+ ]
15
+ }
16
}
tsconfig.json
@@ -20,7 +20,7 @@
20
"sourceMap": true,
21
"target": "ES2022"
22
},
23
- "include": ["src"],
+ "include": ["src", ".eslintrc.cjs"],
24
"exclude": [
25
"dist",
26
"node_modules"
0 commit comments