Skip to content

Commit adeba9d

Browse files
committed
fix: Cast plugin as ESLint.Plugin
1 parent 7392f0f commit adeba9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/eslint": "^9.6.0",
7373
"c8": "^10.1.2",
7474
"dedent": "^1.5.3",
75-
"eslint": "^9.25.1",
75+
"eslint": "^9.28.0",
7676
"eslint-config-eslint": "^11.0.0",
7777
"eslint-plugin-eslint-plugin": "^6.3.2",
7878
"globals": "^15.1.0",

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const processorRulesConfig = {
5757

5858
let recommendedPlugins, processorPlugins;
5959

60+
/** @type {Plugin} */
6061
const plugin = {
6162
meta: {
6263
name: "@eslint/markdown",

0 commit comments

Comments
 (0)