Skip to content

Commit

Permalink
chore(.eslintrc) parserOptions option added to use es6
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Sep 5, 2018
1 parent 322ebf6 commit 7233ba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Expand Up @@ -4,6 +4,9 @@
"node": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 6
},
"rules": {
// disabled - disagree with airbnb
"func-names": [0],
Expand Down

0 comments on commit 7233ba6

Please sign in to comment.