Skip to content

Commit 3368cb6

Browse files
committed
chore: remove eslint-plugin-eslint-plugin from configuration and package files
1 parent c0ec373 commit 3368cb6

File tree

4 files changed

+0
-36
lines changed

4 files changed

+0
-36
lines changed

eslint.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
import js from '@eslint/js'
22
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended'
3-
import eslintPlugin from 'eslint-plugin-eslint-plugin'
43

54
export default [
65
// ignore common build and dependency folders
76
{ ignores: ['node_modules/**', 'dist/**', '.git/**', 'examples/**', '**/*.d.ts'] },
87
js.configs.recommended,
98
eslintPluginPrettierRecommended,
10-
{
11-
files: ['src/**/*.js'],
12-
...eslintPlugin.configs.recommended,
13-
},
149
{
1510
files: ['**/*.js'],
1611
// default language options and globals for plugin source files (Node environment)

eslint.minimal.config.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"@vitest/coverage-v8": "^3.2.4",
4343
"eslint": "^9.34.0",
4444
"eslint-config-prettier": "^10.1.8",
45-
"eslint-plugin-eslint-plugin": "^7.0.0",
4645
"eslint-plugin-prettier": "^5.5.4",
4746
"husky": "^9.1.7",
4847
"markdownlint": "^0.38.0",

0 commit comments

Comments
 (0)