Enforce no warnings during linting (#654)

This commit is contained in:
Erik Michelson 2020-10-08 21:15:39 +02:00 committed by GitHub
parent 07364ff07b
commit 89968387c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@
"build": "craco build", "build": "craco build",
"analyze": "cross-env ANALYZE=true craco build", "analyze": "cross-env ANALYZE=true craco build",
"test": "craco test", "test": "craco test",
"lint": "eslint --ext .ts,.tsx src", "lint": "eslint --max-warnings=0 --ext .ts,.tsx src",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"cy:open": "cypress open", "cy:open": "cypress open",
"cy:run:chrome": "cypress run --browser chrome", "cy:run:chrome": "cypress run --browser chrome",