Skip to content

Commit

Permalink
Update lib/config-generator.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
aladdin-add and mdjermanovic committed Apr 4, 2024
1 parent 0a4c547 commit e7da8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config-generator.js
Expand Up @@ -208,7 +208,7 @@ const compat = new FlatCompat({baseDirectory: __dirname, recommendedConfig: plug
this.result.devDependencies.push("eslint-plugin-vue");

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

if (this.answers.framework === "react") {
Expand Down

0 comments on commit e7da8c7

Please sign in to comment.