Skip to content

Commit

Permalink
♻️ Switched to @eslint-community/eslint-plugin-eslint-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dethdkn committed Aug 16, 2024
1 parent 478c6fa commit a4ebe25
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 56 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dethdkn/eslint-config",
"type": "module",
"version": "1.5.8",
"version": "1.5.9",
"packageManager": "[email protected]",
"description": "🧹 My Opinionated ESLint Config",
"author": {
Expand Down Expand Up @@ -40,17 +40,17 @@
"lint:build": "tsc && npx @eslint/config-inspector build"
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@eslint/js": "^9.9.0",
"@intlify/eslint-plugin-vue-i18n": "3.0.0",
"@nuxt/eslint-plugin": "0.5.0",
"@stylistic/eslint-plugin": "^2.6.2",
"@stylistic/eslint-plugin": "^2.6.4",
"@typescript-eslint/parser": "8.1.0",
"@vitest/eslint-plugin": "^1.0.3",
"eslint": "^9.9.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-antfu": "^2.3.5",
"eslint-plugin-css": "^0.10.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-jsonc": "^2.16.0",
Expand All @@ -74,7 +74,7 @@
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@eslint/config-inspector": "^0.5.2",
"@eslint/config-inspector": "^0.5.3",
"@types/eslint": "^9.6.0",
"@types/node": "^22.3.0",
"tailwindcss": "^3.4.10",
Expand Down
100 changes: 49 additions & 51 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/rules/eslint-comments.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Linter } from 'eslint'
import eslintComments from 'eslint-plugin-eslint-comments'
import eslintComments from '@eslint-community/eslint-plugin-eslint-comments'

export default {
name: 'dethdkn/eslint-comments/rules',
Expand Down

0 comments on commit a4ebe25

Please sign in to comment.