Skip to content

Commit

Permalink
[eslint] fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 1, 2020
1 parent 8cf0945 commit d0a98dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .eslintrc
Expand Up @@ -6,4 +6,14 @@
"rules": {
"max-statements": [2, 16]
},

"overrides": [
{
"files": "test/**",
"rules": {
"array-bracket-newline": 0,
"max-statements-per-line": 0,
},
},
],
}

0 comments on commit d0a98dd

Please sign in to comment.