Skip to content

Commit

Permalink
Merge pull request #357 from quicksnap/patch-5
Browse files Browse the repository at this point in the history
Fix eslint-plugin-import settings
  • Loading branch information
erikras committed Oct 15, 2015
2 parents adaac7a + c994063 commit 0724f23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"plugins": [
"react", "import"
],
"import/parser": "babel-eslint",
"settings": {
"import/parser": "babel-eslint"
}
"globals": {
"__DEVELOPMENT__": true,
"__CLIENT__": true,
Expand Down

0 comments on commit 0724f23

Please sign in to comment.