Skip to content

Commit

Permalink
chore(eslint): add rc file for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Jun 16, 2016
1 parent 15e7565 commit 27239d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"env": {
"jasmine": true
},
"rules": {
"max-statements": 0,
"max-nested-callbacks": 0
}
}

0 comments on commit 27239d7

Please sign in to comment.