Remove --max-warnings from lint scripts

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-06 13:33:51 +04:00
parent c00b260cef
commit e4dbf9e2bb
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"relay-compile": "npx relay-compiler",
"relay": "npm run relay-clean && npm run relay-compile",
"build": "tsc -b && vite build",
"lint": "eslint . --concurrency 4 --max-warnings 0",
"lint": "eslint . --concurrency 4",
"check": "tsc --noEmit -p tsconfig.app.json",
"preview": "vite preview"
},