We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f414cba commit a4bab10Copy full SHA for a4bab10
package.json
@@ -69,10 +69,10 @@
69
},
70
"scripts": {
71
"precommit": "lint-staged",
72
- "start": "react-scripts start",
73
- "build": "react-scripts build",
74
- "test": "react-scripts test --env=jsdom",
75
- "eject": "react-scripts eject"
+ "start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
+ "build": "DISABLE_ESLINT_PLUGIN=true react-scripts build",
+ "test": "DISABLE_ESLINT_PLUGIN=true react-scripts test --env=jsdom",
+ "eject": "DISABLE_ESLINT_PLUGIN=true react-scripts eject"
76
77
"browserslist": [
78
">0.2%",
0 commit comments