From 5a93237c90f9d176497823e365173dfa51db5b06 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 4 Mar 2021 14:16:55 -0500 Subject: [PATCH] chore: allow cjs and mjs info strings (#176) Refs: https://github.com/nodejs/node/pull/37162 Refs: https://github.com/nodejs/node/pull/37311 Refs: https://github.com/eslint/eslint-plugin-markdown/issues/170 --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index bd5840bb..81b59ad7 100644 --- a/index.js +++ b/index.js @@ -24,6 +24,7 @@ module.exports.plugins = [ flags: [ "bash", "c", + "cjs", "coffee", "console", "cpp", @@ -32,6 +33,7 @@ module.exports.plugins = [ "js", "json", "markdown", + "mjs", "powershell", "r", "text",