mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
Enforce no warnings during linting (#654)
This commit is contained in:
parent
07364ff07b
commit
89968387c2
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue