Skip to content

Commit ebca974

Browse files
committed
chore: set up eslint-plugin-eslint-plugin
1 parent 1224827 commit ebca974

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { fileURLToPath } from 'node:url';
66
import js from '@eslint/js';
77
import { defineConfig, globalIgnores } from 'eslint/config';
88
import prettierConfig from 'eslint-config-prettier/flat';
9+
import eslintPluginPlugin from 'eslint-plugin-eslint-plugin';
910
import { importX } from 'eslint-plugin-import-x';
1011
import jest from 'eslint-plugin-jest';
1112
import * as jestFormatting from 'eslint-plugin-jest-formatting';
@@ -21,6 +22,7 @@ const config = defineConfig(
2122
importX.flatConfigs.recommended,
2223
importX.flatConfigs.typescript,
2324
nodePlugin.configs['flat/recommended-module'],
25+
eslintPluginPlugin.configs.recommended,
2426
{
2527
name: 'Language options',
2628
files: ['**/*.{js,mjs,cjs,ts,mts}'],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"eslint-config-prettier": "^10.1.8",
7373
"eslint-doc-generator": "^2.2.2",
7474
"eslint-import-resolver-typescript": "^4.4.4",
75+
"eslint-plugin-eslint-plugin": "^7.0.0",
7576
"eslint-plugin-import-x": "^4.16.1",
7677
"eslint-plugin-jest": "^29.0.1",
7778
"eslint-plugin-jest-formatting": "^3.1.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)