Skip to content

Commit

Permalink
fix(eslint-config-vue): remove invalid option parserOptions.ecmaFeatu…
Browse files Browse the repository at this point in the history
…res.tsx
  • Loading branch information
NexZhu committed May 26, 2021
1 parent 8ef0eff commit 2cdb64b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint-config-vue/typescript-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ module.exports = {
'@vue/typescript/recommended',
],
parserOptions: {
ecmaFeatures: {
tsx: true,
},
parser: '@typescript-eslint/parser',
},
}

0 comments on commit 2cdb64b

Please sign in to comment.