feat: set lint --max-warnings to -1

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-01-31 10:35:43 -06:00
parent 870079299b
commit 5b7067966c
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ Lint a package
Options:
--format <format> Lint report output format (default: "eslint-formatter-friendly")
--fix Attempt to automatically fix violations
--max-warnings <number> Fail if more than this number of warnings. -1 allows warnings. (default: 0)
--max-warnings <number> Fail if more than this number of warnings. -1 allows warnings. (default: -1)
```
## package test