Skip to content

Commit

Permalink
πŸ‘•: use babel-eslint for more ES6 goodies
Browse files Browse the repository at this point in the history
  • Loading branch information
KylePDavis committed Jun 20, 2015
1 parent 7045230 commit 57d3950
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{

//TODO: reorder these based on eslint docs

"parser": "babel-eslint", // for the <3 of generator comprehensions

"env": {
"es6": true,
"node": true,
Expand Down

0 comments on commit 57d3950

Please sign in to comment.