Commit b83c107f by Your Name

disable eslint for poor performance

parent f270daa9
PORT=3008
GENERATE_SOURCEMAP=false
\ No newline at end of file
GENERATE_SOURCEMAP=false
DISABLE_ESLINT_PLUGIN=true
\ No newline at end of file
*
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -53,7 +53,7 @@
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"start": "craco start --verbose",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment