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

@@ -20,7 +20,7 @@
"#stylisticConfigs": "./src/stylisticConfigs.ts"
},
"scripts": {
"lint": "eslint src --max-warnings 0"
"lint": "eslint src"
},
"keywords": [],
"author": "",