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 bc70701 commit 1b43febCopy full SHA for 1b43feb
.eslintrc.js
@@ -4,6 +4,7 @@ module.exports = {
4
es6: true
5
},
6
extends: [
7
- '@codingame/eslint-config', '@codingame/eslint-config-react'
+ '@codingame/eslint-config',
8
+ '@codingame/eslint-config-react'
9
]
10
}
package.json
@@ -5,7 +5,7 @@
"scripts": {
"build": "npm run lint && npm run compile",
"compile": "tsc",
- "lint": "eslint --ext .ts --ext .tsx src/"
+ "lint": "eslint --ext .ts,.tsx src/"
"repository": {
11
"type": "git",
0 commit comments