diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 08:30:14 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 08:30:14 +0900 |
| commit | 3fbb9a18372f2b6a675dd6c039ba52be76f3eeb4 (patch) | |
| tree | aa694a36cdd323a7853672ee7a2ba60409ac3b06 /ui/tailwindcss/.claude/settings.json | |
updates
Diffstat (limited to 'ui/tailwindcss/.claude/settings.json')
| -rw-r--r-- | ui/tailwindcss/.claude/settings.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/ui/tailwindcss/.claude/settings.json b/ui/tailwindcss/.claude/settings.json new file mode 100644 index 0000000..f2af848 --- /dev/null +++ b/ui/tailwindcss/.claude/settings.json @@ -0,0 +1,62 @@ +{ + "permissions": { + "allow": [ + "Bash(npm run dev:*)", + "Bash(npm run build:*)", + "Bash(npm run lint:*)", + "Bash(npx tailwindcss:*)", + "Bash(npx @tailwindcss/*:*)", + "Bash(npx prettier:*)", + "Write(src/**/*)", + "Write(app/**/*)", + "Write(pages/**/*)", + "Write(components/**/*)", + "Write(styles/**/*)", + "Read(tailwind.config.js)", + "Read(package.json)", + "Edit(tailwind.config.js)", + "Edit(globals.css)", + "Edit(src/styles/**/*)" + ], + "deny": [ + "Read(.env.production)", + "Read(.env.local)", + "Write(.env)", + "Bash(rm -rf:*)", + "Bash(npm publish:*)", + "Read(node_modules/**)", + "Write(node_modules/**)" + ] + }, + "env": { + "NODE_ENV": "development", + "TAILWIND_CONFIG": "tailwind.config.js", + "TAILWIND_DARK_MODE": "class" + }, + "hooks": { + "PostToolUse": [ + { + "matcher": "Write|Edit", + "hooks": [ + { + "type": "command", + "command": "npx prettier --write", + "timeout": 10 + } + ] + } + ] + }, + "statusLine": { + "type": "command", + "command": "echo '🎨 Tailwind CSS | $(basename $(pwd))'" + }, + "_metadata": { + "name": "Tailwind CSS", + "version": "1.0.0", + "category": "ui", + "generated": "2025-08-20T13:36:56.488Z", + "generator": "manual", + "note": "Official Claude Code configuration" + } +} |
