Skip to content

Commit

Permalink
Test(lint): Update eslint to ES6
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Dec 6, 2017
1 parent 8aa5de8 commit e361276
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
@@ -1,6 +1,7 @@
{
"ecmaFeatures": {
"modules": true
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},

"env": {
Expand Down

0 comments on commit e361276

Please sign in to comment.