Remove --max-warnings from lint scripts
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"#stylisticConfigs": "./src/stylisticConfigs.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint src --max-warnings 0"
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user