feat: set lint --max-warnings to -1
Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user