Skip to content

Commit

Permalink
fix(vue): eslint invalid error
Browse files Browse the repository at this point in the history
  • Loading branch information
preflower committed Oct 10, 2024
1 parent ccefbdf commit df8eeb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tender-cars-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-config-ted": patch
---

fix eslint invalid error
2 changes: 1 addition & 1 deletion src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function vue (
: []

return [
...vueTs,
{
name: 'ted/vue/auto-imports',
// This allows Vue plugin to work with auto imports
Expand Down Expand Up @@ -64,7 +65,6 @@ export function vue (
}
},
rules: {
...vueTs,
...pluginVue.configs['vue3-strongly-recommended'].rules,
/**
* 组件名称使用时PascalCase形式
Expand Down

0 comments on commit df8eeb4

Please sign in to comment.