Skip to content

Commit

Permalink
Added node to eslint env to remove warning about module.exports and…
Browse files Browse the repository at this point in the history
… `require`
  • Loading branch information
amullabaev committed Sep 20, 2019
1 parent 98bdbb2 commit aa09f07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = {
'plugin:ember/recommended'
],
env: {
browser: true
browser: true,
node: true
},
rules: {
},
Expand Down

0 comments on commit aa09f07

Please sign in to comment.