Skip to content

Commit

Permalink
chore(config): parse with typescript
Browse files Browse the repository at this point in the history
removes false-error detection of reserved words
  • Loading branch information
lemredd committed Dec 16, 2022
1 parent 3f1d512 commit 04125f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"parser": "vue-eslint-parser",
"parserOptions": {
"ecmaVersion": "latest",
"parser": "@typescript-eslint/parser",
"sourceType": "module"
},
"plugins": [
Expand Down

0 comments on commit 04125f3

Please sign in to comment.