Skip to content

Commit a4bab10

Browse files
author
Sascha Pfeiffer
committed
Disabled eslinter
Signed-off-by: Sascha Pfeiffer <sascha.pfeiffer@esaqa.com>
1 parent f414cba commit a4bab10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
},
7070
"scripts": {
7171
"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"
72+
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
73+
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build",
74+
"test": "DISABLE_ESLINT_PLUGIN=true react-scripts test --env=jsdom",
75+
"eject": "DISABLE_ESLINT_PLUGIN=true react-scripts eject"
7676
},
7777
"browserslist": [
7878
">0.2%",

0 commit comments

Comments
 (0)