Skip to content

Commit

Permalink
chore: add dependencies to ignore (until Knip has related plugins)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 9, 2023
1 parent c746909 commit 28e2343
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
5 changes: 0 additions & 5 deletions knip.json

This file was deleted.

14 changes: 14 additions & 0 deletions knip.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://unpkg.com/knip@next/schema.json",
"entry": ["src/index.ts", "script/setup*.js"],
"project": ["src/**/*.ts", "script/**/*.js"],

// Remove when Knip has plugins for vitest, husky, npm-package-json-lint, GitHub Actions:
"ignoreDependencies": [
"@vitest/coverage-istanbul",
"lint-staged",
"npm-package-json-lint-config-default",
"release-it",
"sentences-per-line"
]
}

0 comments on commit 28e2343

Please sign in to comment.