Skip to content

Commit cb017d9

Browse files
Reduced complaints back down to 0
1 parent d140619 commit cb017d9

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

knip.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,37 @@
11
{
2+
"$schema": "https://unpkg.com/knip@5/schema.json",
3+
"ignore": ["templates/**/*"],
24
"workspaces": {
3-
".": {
4-
"entry": ["scripts/*.js", "tools/*.js", ".github/workflows/*.yml"]
5-
},
6-
"packages/migrate-config": {
7-
"entry": ["src/migrate-config.js", "tests/**/*.{js,ts}"],
5+
".": { "entry": ["scripts/*.js", "tools/*.js", ".github/workflows/*.yml"] },
6+
"packages/compat": {
7+
"ignoreDependencies": ["eslint"],
8+
"entry": ["tests/**/*.{js,ts}"],
89
"project": ["src/**/*.{js,ts}", "tests/*.{js,ts}"]
910
},
1011
"packages/config-array": {
1112
"entry": ["tests/**/*.{js,ts}", "rollup.std__path-config.js"],
1213
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"]
1314
},
14-
"packages/plugin-kit": {
15+
"packages/config-helpers": {
1516
"entry": ["tests/**/*.{js,ts}"],
1617
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"]
1718
},
18-
"packages/compat": {
19+
"packages/core": { "project": ["src/**/*.{js,ts}"] },
20+
"packages/mcp": {
1921
"entry": ["tests/**/*.{js,ts}"],
22+
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"]
23+
},
24+
"packages/migrate-config": {
25+
"entry": ["src/migrate-config.js", "tests/**/*.{js,ts}"],
2026
"project": ["src/**/*.{js,ts}", "tests/*.{js,ts}"]
2127
},
2228
"packages/object-schema": {
2329
"entry": ["tests/**/*.{js,ts}", "src/types.ts"],
2430
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"]
2531
},
26-
"packages/core": {
27-
"project": ["src/**/*.{js,ts}"]
32+
"packages/plugin-kit": {
33+
"entry": ["tests/**/*.{js,ts}"],
34+
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"]
2835
}
2936
}
3037
}

packages/config-helpers/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
},
4848
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/config-helpers#readme",
4949
"devDependencies": {
50-
"@eslint/core": "^0.15.2",
5150
"eslint": "^9.27.0",
5251
"rollup-plugin-copy": "^3.5.0"
5352
},

0 commit comments

Comments
 (0)