Skip to content

Commit 6b0cc00

Browse files
chore: upgrade knip & config (#206)
Co-authored-by: Josh Goldberg <[email protected]>
1 parent 46fdc1f commit 6b0cc00

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

knip.jsonc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"$schema": "https://unpkg.com/knip@next/schema.json",
33
"entry": ["src/index.ts!", "script/setup*.js"],
4-
"project": ["src/**/*.ts!", "script/**/*.js"],
5-
6-
"ignoreDependencies": [
7-
// Remove when Knip understands ESLint overrides > extends:
8-
"eslint-plugin-markdown",
9-
// Remove when Knip extends the release-it plugin to pluck binaries from hooks:
10-
"should-semantic-release"
11-
]
4+
"project": ["src/**/*.ts!", "script/**/*.js"]
125
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-vitest": "^0.0.32",
2222
"husky": "^8.0.3",
2323
"jsonc-eslint-parser": "^2.1.0",
24-
"knip": "1.12.3",
24+
"knip": "^1.12.3",
2525
"lint-staged": "^13.1.0",
2626
"markdownlint": "^0.27.0",
2727
"markdownlint-cli": "^0.33.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)