Skip to content

Commit

Permalink
eslint/tests: add $ and server globals
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Jun 21, 2017
1 parent 73490a9 commit 580e0a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module.exports = {
env: {
embertest: true
},
globals: {
$: false,
server: false
}
};

0 comments on commit 580e0a5

Please sign in to comment.