Skip to content

Commit

Permalink
fix: vue2 presets name (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
yandixuan committed Dec 8, 2023
1 parent a060923 commit 2d3a6c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/configs/vue.ts
Expand Up @@ -72,9 +72,9 @@ export async function vue(

...vueVersion === 2
? {
...pluginVue.configs['vue-essential'].rules as any,
...pluginVue.configs['vue-strongly-recommended'].rules as any,
...pluginVue.configs['vue-recommended'].rules as any,
...pluginVue.configs.essential.rules as any,
...pluginVue.configs['strongly-recommended'].rules as any,
...pluginVue.configs.recommended.rules as any,
}
: {
...pluginVue.configs['vue3-essential'].rules as any,
Expand Down

0 comments on commit 2d3a6c7

Please sign in to comment.