Skip to content

Commit cb4c7a5

Browse files
committed
chore: fix conflicting types between eslint and @types/eslint
1 parent 6473ffb commit cb4c7a5

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

lib/types.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ declare module '@next/eslint-plugin-next' {
5555
};
5656
export = plugin;
5757
}
58+
59+
declare module 'eslint-plugin-jsx-a11y' {
60+
import type { ESLint } from 'eslint';
61+
const plugin: ESLint.Plugin;
62+
export = plugin;
63+
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"devDependencies": {
6868
"@hatena/prettier-config-hatena": "github:hatena/prettier-config-hatena#v1.0.0",
6969
"@types/eslint-config-prettier": "^6.11.3",
70-
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
7170
"@types/node": "^22.13.10",
7271
"@types/react": "^19.0.10",
7372
"eslint": "^9.22.0",

pnpm-lock.yaml

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)