Skip to content

Commit

Permalink
[Tests] fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 1, 2017
1 parent 9257a28 commit f31ff12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"rules": {
"array-bracket-newline": 0,
"array-element-newline": 0,
"func-name-matching": 0,
"max-lines": 0,
"max-nested-callbacks": [2, 3],
"max-statements-per-line": [2, { "max": 2 }],
"max-statements": [1, 25],
"no-magic-numbers": 0
"no-magic-numbers": 0,
"object-curly-newline": 0
}
}

0 comments on commit f31ff12

Please sign in to comment.