mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #3054 from overleaf/ta-lint-warnings
Fail Lint on Warnings GitOrigin-RevId: 385d5842c5318a8d5b6dc016ec3d304e2a85deb4
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user