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 28f2669 commit f7e581fCopy full SHA for f7e581f
package.json
@@ -17,10 +17,10 @@
17
"test:coverage": "yarn test --coverage --watchAll=false",
18
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
19
"eject": "react-scripts eject",
20
- "lint:fix": "eslint src/**.{js,jsx} --fix"
+ "lint:fix": "eslint src/**/*.{js,jsx} --fix"
21
},
22
"lint-staged": {
23
- "src/**/*.{ts,tsx}": [
+ "src/**/*.{js, jsx}": [
24
"yarn run --silent lint:fix",
25
"git add"
26
]
0 commit comments