Skip to content

Commit 5a93237

Browse files
authored
chore: allow cjs and mjs info strings (#176)
Refs: nodejs/node#37162 Refs: nodejs/node#37311 Refs: eslint/markdown#170
1 parent 77257c9 commit 5a93237

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports.plugins = [
2424
flags: [
2525
"bash",
2626
"c",
27+
"cjs",
2728
"coffee",
2829
"console",
2930
"cpp",
@@ -32,6 +33,7 @@ module.exports.plugins = [
3233
"js",
3334
"json",
3435
"markdown",
36+
"mjs",
3537
"powershell",
3638
"r",
3739
"text",

0 commit comments

Comments
 (0)