mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
ci(eslint): fail on warnings
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
bf743b4266
commit
8ea28bf1c7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"start:dev": "rimraf dist && nest start --watch",
|
||||
"start:debug": "rimraf dist && nest start --debug --watch",
|
||||
"start:prod": "node dist/main",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
|
||||
"lint": "eslint --max-warnings 0 \"{src,apps,libs,test}/**/*.ts\"",
|
||||
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
|
|
Loading…
Reference in a new issue