Skip to content

Commit

Permalink
style(eslint): make tests have less problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Apr 16, 2015
1 parent c79e782 commit 38c187e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@
"extend": true,
"deprecated": true,
"cordova": true,
"DocumentTouch": true
"DocumentTouch": true,
"describe": true,
"ddescribe": true,
"it": true,
"iit": true,
"inject": true,
"beforeEach": true,
"afterEach": true,
"expect": true
},
"rules": {
"quotes": false,
Expand Down

0 comments on commit 38c187e

Please sign in to comment.