Skip to content

Commit 015e2f0

Browse files
authoredAug 12, 2024··
fix: migrate plugin eslint-comments (#577)
1 parent f01bf01 commit 015e2f0

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"dependencies": {
9999
"@antfu/install-pkg": "^0.3.3",
100100
"@clack/prompts": "^0.7.0",
101+
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
101102
"@stylistic/eslint-plugin": "^2.6.2",
102103
"@typescript-eslint/eslint-plugin": "^8.0.1",
103104
"@typescript-eslint/parser": "^8.0.1",
@@ -107,7 +108,6 @@
107108
"eslint-merge-processors": "^0.1.0",
108109
"eslint-plugin-antfu": "^2.3.4",
109110
"eslint-plugin-command": "^0.2.3",
110-
"eslint-plugin-eslint-comments": "^3.2.0",
111111
"eslint-plugin-import-x": "^3.1.0",
112112
"eslint-plugin-jsdoc": "^50.0.0",
113113
"eslint-plugin-jsonc": "^2.16.0",

‎pnpm-lock.yaml

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/plugins.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @ts-nocheck
33

44
export { default as pluginAntfu } from 'eslint-plugin-antfu'
5-
export { default as pluginComments } from 'eslint-plugin-eslint-comments'
5+
export { default as pluginComments } from '@eslint-community/eslint-plugin-eslint-comments'
66
export * as pluginImport from 'eslint-plugin-import-x'
77
export { default as pluginNode } from 'eslint-plugin-n'
88
export { default as pluginUnicorn } from 'eslint-plugin-unicorn'

0 commit comments

Comments
 (0)
Please sign in to comment.