Skip to content

Commit

Permalink
Merge pull request #12 from lukaszblacha/patch-1
Browse files Browse the repository at this point in the history
add __NODE__ to eslint globals
  • Loading branch information
dlmr committed Jun 5, 2016
2 parents 915ed8f + 3e8dd76 commit 52ebd98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion template/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"extends": "airbnb",
"parser": "babel-eslint"
"parser": "babel-eslint",
"globals": {
"__NODE__": true,
"__WEB__": true
}
}

0 comments on commit 52ebd98

Please sign in to comment.