chore(cli): remove manual ultracite package handling

This commit is contained in:
Aman Varshney
2025-08-14 22:20:04 +05:30
parent 0e53b9bd74
commit ffe59ac384
4 changed files with 20 additions and 21 deletions

View File

@@ -57,7 +57,6 @@ export const dependencyVersionMap = {
"@biomejs/biome": "^2.2.0",
oxlint: "^1.8.0",
ultracite: "5.1.1",
husky: "^9.1.7",
"lint-staged": "^16.1.2",

View File

@@ -121,11 +121,6 @@ export async function setupUltracite(config: ProjectConfig, hasHusky: boolean) {
});
}
await addPackageDependency({
devDependencies: ["ultracite"],
projectDir,
});
log.success("Ultracite setup successfully!");
} catch (error) {
log.error(pc.red("Failed to set up Ultracite"));