Skip to content

Commit

Permalink
Build: Disable max-len ESLint rule for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trentmwillis committed Jul 6, 2017
1 parent 4ccb1a9 commit 29cc20a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"globals": {
"QUnit": false,
"console": false
},
"rules": {
"max-len": "off"
}
}

0 comments on commit 29cc20a

Please sign in to comment.