We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca6ce8 commit 60a7759Copy full SHA for 60a7759
1 file changed
knip.json
@@ -2,7 +2,7 @@
2
"$schema": "https://unpkg.com/knip@5/schema.json",
3
"includeEntryExports": true,
4
"ignoreExportsUsedInFile": true,
5
- "ignoreBinaries": [],
+ "ignoreBinaries": ["simple-git-hooks", "lint-staged"],
6
"workspaces": {
7
".": {
8
"entry": [
@@ -51,7 +51,7 @@
51
},
52
"docs": {
53
"entry": ["app/app.config.ts"],
54
- "ignoreDependencies": ["docus", "better-sqlite3"]
+ "ignoreDependencies": ["docus", "better-sqlite3", "nuxt"]
55
}
56
57
0 commit comments