Skip to content

Commit 2992d9c

Browse files
Update lib/config-generator.js
Co-authored-by: Milos Djermanovic <[email protected]>
1 parent 124581d commit 2992d9c

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
@@ -219,7 +219,7 @@ export class ConfigGenerator {
219219

220220
exportContent += config;
221221
} else if (purpose === "problems") {
222-
exportContent += " { files: [\"**/*.md\"], language: \"markdown/commonmark\", extends: [\"markdown/recommended\"] },\n";
222+
exportContent += " { files: [\"**/*.md\"], plugins: { markdown }, language: \"markdown/commonmark\", extends: [\"markdown/recommended\"] },\n";
223223

224224
if (this.answers.mdType === "gfm") {
225225

0 commit comments

Comments
 (0)