Skip to content

Commit

Permalink
fix: migrate plugin eslint-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Aug 12, 2024
1 parent f01bf01 commit 411056f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"dependencies": {
"@antfu/install-pkg": "^0.3.3",
"@clack/prompts": "^0.7.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@stylistic/eslint-plugin": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
Expand All @@ -107,7 +108,6 @@
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-antfu": "^2.3.4",
"eslint-plugin-command": "^0.2.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-jsonc": "^2.16.0",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @ts-nocheck

export { default as pluginAntfu } from 'eslint-plugin-antfu'
export { default as pluginComments } from 'eslint-plugin-eslint-comments'
export { default as pluginComments } from '@eslint-community/eslint-plugin-eslint-comments'
export * as pluginImport from 'eslint-plugin-import-x'
export { default as pluginNode } from 'eslint-plugin-n'
export { default as pluginUnicorn } from 'eslint-plugin-unicorn'
Expand Down

0 comments on commit 411056f

Please sign in to comment.