Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(vue): config compatible with eslint v5
  • Loading branch information
Haroenv committed Sep 17, 2018
1 parent 572fca1 commit 5cbcec1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vue.js
Expand Up @@ -12,10 +12,9 @@ module.exports = {
},
parserOptions: {
parser: 'babel-eslint', // allows both flowtype and static class properties
ecmaVersion: 6,
ecmaVersion: 2018,
sourceType: 'module',
ecmaFeatures: {
experimentalObjectRestSpread: true,
impliedStrict: true,
jsx: true,
},
Expand Down

0 comments on commit 5cbcec1

Please sign in to comment.