/**
 * Minified by jsDelivr using Terser v5.48.0.
 * Original file: /npm/@eslint/markdown@8.0.3/dist/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
import{processor}from"./processor.js";import{MarkdownLanguage}from"./language/markdown-language.js";import{MarkdownSourceCode}from"./language/markdown-source-code.js";import recommendedRules from"./build/recommended-config.js";import rules from"./build/rules.js";const processorRulesConfig={"eol-last":"off","no-undef":"off","no-unused-expressions":"off","no-unused-vars":"off","padded-blocks":"off",strict:"off","unicode-bom":"off"};let recommendedPlugins,processorPlugins;const plugin={meta:{name:"@eslint/markdown",version:"8.0.3"},processors:{markdown:processor},languages:{commonmark:new MarkdownLanguage({mode:"commonmark"}),gfm:new MarkdownLanguage({mode:"gfm"})},rules:rules,configs:{"recommended-legacy":{plugins:["markdown"],overrides:[{files:["*.md"],processor:"markdown/markdown"},{files:["**/*.md/**"],parserOptions:{ecmaFeatures:{impliedStrict:!0}},rules:{...processorRulesConfig}}]},recommended:[{name:"markdown/recommended",files:["**/*.md"],language:"markdown/commonmark",plugins:recommendedPlugins={},rules:recommendedRules}],processor:[{name:"markdown/recommended/plugin",plugins:processorPlugins={}},{name:"markdown/recommended/processor",files:["**/*.md"],processor:"markdown/markdown"},{name:"markdown/recommended/code-blocks",files:["**/*.md/**"],languageOptions:{parserOptions:{ecmaFeatures:{impliedStrict:!0}}},rules:{...processorRulesConfig}}]}};Object.assign(recommendedPlugins,{markdown:plugin}),Object.assign(processorPlugins,{markdown:plugin});export default plugin;export{MarkdownSourceCode};export*from"./language/markdown-language.js";export*from"./types.js";
//# sourceMappingURL=/sm/322a6a05b772f5f19e05a1486e7583a6d261cce50ae50e324282bc92edeb4cdc.map