Skip to content

Commit

Permalink
feat(vue): enable no-undef-components
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotk committed Oct 23, 2024
1 parent 80e5162 commit 366150e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-badgers-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clickbar/eslint-config-vue': minor
---

Enable vue rule to find unimported / undefined components
1 change: 1 addition & 0 deletions packages/vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export default function vue() {
'vue/require-typed-ref': 'error',
'vue/v-for-delimiter-style': 'error',
'vue/valid-define-options': 'error',
'vue/no-undef-components': 'error',
},
},
{
Expand Down

0 comments on commit 366150e

Please sign in to comment.