From 7ca7b44ddcdf36a579c70f1d310d6de50f9f448f Mon Sep 17 00:00:00 2001 From: Marly Fleitas 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 bd5840b..81b59ad 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",