Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Add node env to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Hagemeister committed Oct 11, 2016
1 parent 0f56661 commit 9e245ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"root": true,
"extends": "eslint:recommended"
"extends": "eslint:recommended",
"env": {
"node": true
}
}

0 comments on commit 9e245ce

Please sign in to comment.