chore: remove bun-types
This commit is contained in:
parent
81f109f830
commit
de10436c1a
4 changed files with 2 additions and 5 deletions
1
bun.lock
1
bun.lock
|
|
@ -22,7 +22,6 @@
|
|||
"@types/bun": "1.2.2",
|
||||
"@types/node": "^24.0.0",
|
||||
"@typescript-eslint/parser": "^8.34.0",
|
||||
"bun-types": "1.2.2",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-plugin-better-tailwindcss": "^3.1.0",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"$schema": "https://unpkg.com/knip@5/schema.json",
|
||||
"entry": ["src/index.tsx"],
|
||||
"project": ["src/**/*.ts", "src/**/*.tsx", "src/main.css"],
|
||||
"project": ["src/**/*.ts", "src/**/*.tsx"],
|
||||
"tailwind": {
|
||||
"entry": ["src/main.css"]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
"@types/bun": "1.2.2",
|
||||
"@types/node": "^24.0.0",
|
||||
"@typescript-eslint/parser": "^8.34.0",
|
||||
"bun-types": "1.2.2",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-plugin-better-tailwindcss": "^3.1.0",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ export async function handleConvert(
|
|||
}
|
||||
}
|
||||
|
||||
export async function mainConverter(
|
||||
async function mainConverter(
|
||||
inputFilePath: string,
|
||||
fileTypeOriginal: string,
|
||||
convertTo: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue