Skip to content

Commit

Permalink
remove unnecessary option.
Browse files Browse the repository at this point in the history
eslint-plugin-vue sets this already for us.
  • Loading branch information
LinusBorg committed Jan 10, 2018
1 parent 7171e4c commit 111dc0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint',
sourceType: 'module'
parser: 'babel-eslint'
},
env: {
browser: true,
Expand Down

0 comments on commit 111dc0d

Please sign in to comment.