From 8d37c0e76f0fa3dba23aee38f360008c1e468dbc Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 23 Feb 2021 11:17:11 +0100 Subject: [PATCH] chore: allow cjs and mjs info strings 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",