Merge pull request #28699 from schultzp2020/lint-warnings

feat: set lint `--max-warnings` to `-1`
This commit is contained in:
Paul Schultz
2025-03-04 13:04:27 -06:00
committed by GitHub
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