forked from p34709852/monkey
Add --max-warnings=0 to eslint precommit
This commit is contained in:
parent
0961471e38
commit
905b095dd8
|
@ -32,4 +32,4 @@ repos:
|
|||
rev: v7.24.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
args: ["monkey/monkey_island/cc/ui/src/", "--fix"]
|
||||
args: ["monkey/monkey_island/cc/ui/src/", "--fix", "--max-warnings=0"]
|
||||
|
|
Loading…
Reference in New Issue