mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-25 05:35:48 +00:00
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{ "pattern": "apps/*/" },
|
|
{ "pattern": "packages/*/" }
|
|
],
|
|
"tailwindCSS.classFunctions": ["cva", "cn"],
|
|
"vitest.debugExclude": [
|
|
"<node_internals>/**",
|
|
"**/node_modules/**",
|
|
"**/fixtures/**"
|
|
]
|
|
}
|