Skip to content

Commit

Permalink
Merge pull request #108 from silvermine/vue-sfc-ts-rules
Browse files Browse the repository at this point in the history
fix: ensure typescript rules are used for vue SFCs
  • Loading branch information
pbredenberg authored Dec 18, 2024
2 parents bff56ad + 2753ebf commit 01bb835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = [
files: [ '**/*.vue' ],
...vueConfig,
rules: {
...typescript.rules,
...vueBaseRules,
...vue3rules,
},
Expand Down

0 comments on commit 01bb835

Please sign in to comment.