Skip to content

Commit e7da8c7

Browse files
Update lib/config-generator.js
Co-authored-by: Milos Djermanovic <[email protected]>
1 parent 0a4c547 commit e7da8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const compat = new FlatCompat({baseDirectory: __dirname, recommendedConfig: plug
208208
this.result.devDependencies.push("eslint-plugin-vue");
209209

210210
importContent += "import pluginVue from \"eslint-plugin-vue\";\n";
211-
exportContent += " pluginVue.configs[\"flat/essential\"],\n";
211+
exportContent += " ...pluginVue.configs[\"flat/essential\"],\n";
212212
}
213213

214214
if (this.answers.framework === "react") {

0 commit comments

Comments
 (0)