Remove --max-warnings from lint scripts
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user