Skip to content

Commit ad72a8d

Browse files
committed
fix path in config file
1 parent c3cef3b commit ad72a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3-
"entry": ["tests/import/import.ts", "tests/site/assets/ts/main.ts", "tests/site/vite.config.js", "tests/stylelint.config.js"],
3+
"entry": ["tests/import/import.ts", "tests/site/assets/ts/main.ts", "tests/site/vite.config.js", "tests/site/stylelint.config.js"],
44
"project": ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}!"],
55
"ignore": ["site/**", "dist/**"]
66
}

0 commit comments

Comments
 (0)