Skip to content

Commit 469f031

Browse files
committed
minor fixes
1 parent 1b3a7a0 commit 469f031

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

knip.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3-
"entry": [
4-
"scripts/*.{ts,js}",
5-
"app/routes.ts",
6-
"app/server/*.ts",
7-
"app/library/icon/Icon.tsx"
8-
],
3+
"entry": ["scripts/*.{ts,js}", "app/routes.ts", "app/server/*.ts", "app/library/icon/Icon.tsx"],
94
"remix": true,
105
"lefthook": true,
11-
"project": [
12-
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}"
13-
],
14-
"ignore": [
15-
"app/library/icon/icons/types.ts",
16-
"react-router.config.ts"
17-
],
18-
"ignoreDependencies": [
19-
"@babel/preset-typescript",
20-
"babel-plugin-react-compiler",
21-
"tailwindcss"
22-
]
23-
}
6+
"project": ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}"],
7+
"ignore": ["app/library/icon/icons/types.ts", "react-router.config.ts"],
8+
"ignoreDependencies": ["@babel/preset-typescript", "babel-plugin-react-compiler", "tailwindcss"]
9+
}

0 commit comments

Comments
 (0)