From 00a970e3647fc7284b82b93bd7e0699d38d4afbf Mon Sep 17 00:00:00 2001 From: salman2013 Date: Fri, 6 Dec 2024 15:16:40 +0500 Subject: [PATCH] chore: test code --- scripts/eslint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",