Skip to content

Commit 806f1ba

Browse files
committed
knip deps
1 parent fc4cf4b commit 806f1ba

File tree

3 files changed

+258
-0
lines changed

3 files changed

+258
-0
lines changed

knip.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"entry": ["scripts/*.js", "src/*.{js,ts}", "test/*.test.ts", "*.js"],
3+
"project": ["scripts/**", "src/**", "test/**"]
4+
}

package-lock.json

Lines changed: 253 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"all-the-package-names": "2.0.0",
6969
"all-the-package-names-v1.3905.0": "npm:[email protected]",
7070
"custompatch": "^1.1.4",
71+
"del-cli": "^6.0.0",
7172
"eslint": "^9.22.0",
7273
"eslint-plugin-import-x": "^4.9.1",
7374
"eslint-plugin-n": "^17.16.2",

0 commit comments

Comments
 (0)