Skip to content

Commit 2ecab8e

Browse files
committed
update
1 parent cbaccfa commit 2ecab8e

3 files changed

Lines changed: 7 additions & 17 deletions

File tree

app/library/icon/icons/types.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// This file is generated by icon spritesheet generator
22

3-
export const iconNames = [
4-
"ShoppingCart",
5-
] as const
3+
export const iconNames = ["ShoppingCart"] as const
64

7-
export type IconName = typeof iconNames[number]
5+
export type IconName = (typeof iconNames)[number]

knip.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3-
"entry": [
4-
"scripts/*.{ts,js}",
5-
"remix/*.{ts,js}"
6-
],
7-
"project": [
8-
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}",
9-
"vite.config.{ts}"
10-
],
11-
"ignoreDependencies": [
12-
"lefthook"
13-
]
14-
}
3+
"entry": ["scripts/*.{ts,js}", "remix/*.{ts,js}"],
4+
"project": ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}", "vite.config.{ts}"],
5+
"ignoreDependencies": ["lefthook"]
6+
}

resources/locales/en/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"hi": "Remix is awesome!"
3-
}
3+
}

0 commit comments

Comments
 (0)