mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore(web): add vibe rules in stack builder
This commit is contained in:
@@ -1004,6 +1004,7 @@ const generateCommand = (stackState: StackState): string => {
|
|||||||
"ultracite",
|
"ultracite",
|
||||||
"fumadocs",
|
"fumadocs",
|
||||||
"oxlint",
|
"oxlint",
|
||||||
|
"vibe-rules",
|
||||||
].includes(addon),
|
].includes(addon),
|
||||||
);
|
);
|
||||||
if (validAddons.length > 0) {
|
if (validAddons.length > 0) {
|
||||||
|
|||||||
@@ -469,6 +469,14 @@ export const TECH_OPTIONS: Record<
|
|||||||
color: "from-orange-500 to-orange-700",
|
color: "from-orange-500 to-orange-700",
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "vibe-rules",
|
||||||
|
name: "Vibe Rules",
|
||||||
|
description: "Install and apply BTS rules to editors",
|
||||||
|
icon: "",
|
||||||
|
color: "from-violet-500 to-violet-700",
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "turborepo",
|
id: "turborepo",
|
||||||
name: "Turborepo",
|
name: "Turborepo",
|
||||||
|
|||||||
Reference in New Issue
Block a user