We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7392f0f commit adeba9dCopy full SHA for adeba9d
package.json
@@ -72,7 +72,7 @@
72
"@types/eslint": "^9.6.0",
73
"c8": "^10.1.2",
74
"dedent": "^1.5.3",
75
- "eslint": "^9.25.1",
+ "eslint": "^9.28.0",
76
"eslint-config-eslint": "^11.0.0",
77
"eslint-plugin-eslint-plugin": "^6.3.2",
78
"globals": "^15.1.0",
src/index.js
@@ -57,6 +57,7 @@ const processorRulesConfig = {
57
58
let recommendedPlugins, processorPlugins;
59
60
+/** @type {Plugin} */
61
const plugin = {
62
meta: {
63
name: "@eslint/markdown",
0 commit comments