Skip to content

Commit

Permalink
feat: enable vue/no-unused-refs (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos authored Mar 20, 2023
1 parent dc946a0 commit 7d303ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ module.exports = defineConfig({
math: "always",
},
],
"vue/no-unused-refs": "error",

// Reactivity Transform
"vue/no-setup-props-destructure": "off",
Expand Down

0 comments on commit 7d303ee

Please sign in to comment.