diff --git a/scripts/eslint.py b/scripts/eslint.py index 6eb9f9ae9bd5..eb3296b23c58 100644 --- a/scripts/eslint.py +++ b/scripts/eslint.py @@ -26,7 +26,7 @@ def run_eslint(): Runs eslint on static asset directories. If limit option is passed, fails build if more violations than the limit are found. """ - violations_limit = 1213 + violations_limit = 1285 command = [ "node",