Add --max-warnings=0 to eslint precommit

This commit is contained in:
Shreya 2021-04-15 16:11:09 +05:30
parent 0961471e38
commit 905b095dd8
1 changed files with 1 additions and 1 deletions

View File

@ -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"]