mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore: rename vibe-rules to ruler
This commit is contained in:
@@ -42,8 +42,8 @@ function getAddonDisplay(addon: Addons): { label: string; hint: string } {
|
||||
label = "Ultracite";
|
||||
hint = "Zero-config Biome preset with AI integration";
|
||||
break;
|
||||
case "vibe-rules":
|
||||
label = "vibe-rules";
|
||||
case "ruler":
|
||||
label = "Ruler";
|
||||
hint = "Install and apply BTS rules to editors";
|
||||
break;
|
||||
case "husky":
|
||||
@@ -69,7 +69,7 @@ function getAddonDisplay(addon: Addons): { label: string; hint: string } {
|
||||
const ADDON_GROUPS = {
|
||||
Documentation: ["starlight", "fumadocs"],
|
||||
Linting: ["biome", "oxlint", "ultracite"],
|
||||
Other: ["vibe-rules", "turborepo", "pwa", "tauri", "husky"],
|
||||
Other: ["ruler", "turborepo", "pwa", "tauri", "husky"],
|
||||
};
|
||||
|
||||
export async function getAddonsChoice(
|
||||
|
||||
Reference in New Issue
Block a user