Skip to content

Commit

Permalink
Loosen the max-statements lint rule for tests (#8638)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Mar 14, 2021
1 parent c4cf7b2 commit 51b2345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ globals:
moment: true
waitForResize: true


rules:
max-statements: ["warn", 50]

0 comments on commit 51b2345

Please sign in to comment.