disable eslint for poor performance
Showing
.eslintignore
0 → 100644
package-lock.json
0 → 100644
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" | ||
... | ... |
Please
register
or
sign in
to comment