Skip to content

Commit

Permalink
Added back eslint-plugin-* devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 11, 2024
1 parent d6f4138 commit f04054a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tools/internal-rules/index.js",
// https://github.com/webpro/knip/issues/464
// Remove when Knip has a wdio plugin
"wdio.conf.js"
"wdio.conf.js"
],
"project": ["{conf,lib,tools}/**/*.js"],
"mocha": {
Expand All @@ -30,6 +30,13 @@
],
"ignoreDependencies": [
"c8",

// These will be removed in https://github.com/eslint/eslint/pull/18011
"eslint-plugin-eslint-comments",
"eslint-plugin-jsdoc",
"eslint-plugin-n",
"eslint-plugin-unicorn",

// Ignore until Knip has a wdio plugin:
"@wdio/*",
"rollup-plugin-node-polyfills"
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,12 @@
"ejs": "^3.0.2",
"eslint": "file:.",
"eslint-config-eslint": "file:packages/eslint-config-eslint",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^5.2.1",
"eslint-plugin-internal-rules": "file:tools/internal-rules",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-n": "^16.6.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-release": "^3.2.2",
"eslump": "^3.0.0",
"esprima": "^4.0.1",
Expand Down

0 comments on commit f04054a

Please sign in to comment.