/
githubmirror
/
ui
Обзор
Документация
Войти
/
githubmirror
/
ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.vscode/settings.json
21 строка
477 B
shadcn
feat: @shadcn/react (#11022)
26 июн 2026, 20:19
Не верифицирован
26 июн 2026, 20:19
18fcf0f
Код
Авторство
О чём код?
{ "eslint.workingDirectories": [ { "pattern": "apps/*/" }, { "pattern": "packages/*/" } ], "tailwindCSS.classFunctions": ["cva", "cn"], "vitest.debugExclude": [ "<node_internals>/**", "**/node_modules/**", "**/fixtures/**" ], "files.exclude": { "deprecated": true }, "search.exclude": { "apps/v4/registry/radix-*": true, "apps/v4/public/r/*": true, "packages/shadcn/test/fixtures/*": true, "apps/v4/styles/*": true } }