diff --git a/bun.lock b/bun.lock index c379458..b1c5902 100644 --- a/bun.lock +++ b/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", diff --git a/knip.json b/knip.json index 0fc4de8..c531436 100644 --- a/knip.json +++ b/knip.json @@ -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"] }, diff --git a/package.json b/package.json index e3260c8..81459b4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/converters/main.ts b/src/converters/main.ts index c74ff62..8c59e55 100644 --- a/src/converters/main.ts +++ b/src/converters/main.ts @@ -169,7 +169,7 @@ export async function handleConvert( } } -export async function mainConverter( +async function mainConverter( inputFilePath: string, fileTypeOriginal: string, convertTo: string,