Loosen the max-statements lint rule for tests (#8638)

This commit is contained in:
Jukka Kurkela
2021-03-14 17:07:39 +02:00
committed by GitHub
parent c4cf7b2e08
commit 51b2345b67

View File

@@ -8,4 +8,5 @@ globals:
moment: true
waitForResize: true
rules:
max-statements: ["warn", 50]