Skip to content

Commit

Permalink
hotfix: ESLint config for Vue + TS
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed May 18, 2024
1 parent 9604111 commit 41d5d33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ extends:
- plugin:vue/vue3-recommended
- prettier

parser: 'vue-eslint-parser'
parserOptions:
parser: "@typescript-eslint/parser"

rules:
"vue/multi-word-component-names": off

0 comments on commit 41d5d33

Please sign in to comment.