mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #3054 from overleaf/ta-lint-warnings
Fail Lint on Warnings GitOrigin-RevId: 385d5842c5318a8d5b6dc016ec3d304e2a85deb4
This commit is contained in:
parent
fa9c72c202
commit
948cddd293
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
"nodemon": "nodemon --config nodemon.json",
|
||||
"webpack": "webpack-dev-server --config webpack.config.dev.js",
|
||||
"webpack:production": "webpack --config webpack.config.prod.js",
|
||||
"lint": "eslint -f unix .",
|
||||
"lint": "eslint --max-warnings 0 -f unix .",
|
||||
"format": "prettier-eslint '**/*.{js,less}' --list-different",
|
||||
"format:fix": "prettier-eslint '**/*.{js,less}' --write",
|
||||
"migrations": "east"
|
||||
|
|
Loading…
Reference in a new issue