]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Loosen the max-statements lint rule for tests (#8638)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Sun, 14 Mar 2021 15:07:39 +0000 (17:07 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Mar 2021 15:07:39 +0000 (11:07 -0400)
test/.eslintrc.yml

index 5924dd3b5d1570d9dcaeb6087dec61215392907f..a35c54a0ecccdeef55bd00ef1329db799ffd569e 100644 (file)
@@ -8,4 +8,5 @@ globals:
   moment: true
   waitForResize: true
 
-
+rules:
+  max-statements: ["warn", 50]