Skip to content

Commit

Permalink
Merge pull request #4 from pmg103/pmg103-patch-1
Browse files Browse the repository at this point in the history
Use es6 module syntax
  • Loading branch information
pmg103 committed Oct 2, 2015
2 parents 3474fe2 + 6b5d3ae commit 9abdb75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"es6": true
},
"ecmaFeatures": {
"jsx": true
"jsx": true,
"modules": true
},
"plugins": [
"react"
Expand Down

0 comments on commit 9abdb75

Please sign in to comment.