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 9996351 commit d7efa1cCopy full SHA for d7efa1c
package.json
@@ -25,7 +25,7 @@
25
"test": "react-scripts test",
26
"predeploy": "yarn build",
27
"deploy": "gh-pages -d build",
28
- "lint": "eslint 'src/**/*.{ts,tsx}'",
+ "lint": "eslint src/**/*.{ts,tsx}",
29
"lint:fix": "yarn lint --fix",
30
"type-check": "tsc --noEmit",
31
"eject": "react-scripts eject"
0 commit comments