mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore(cli): remove manual ultracite package handling
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user