mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-26 06:05:56 +00:00
16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{ "pattern": "apps/*/" },
|
|
{ "pattern": "packages/*/" }
|
|
],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
|
["cn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
|
|
],
|
|
"vitest.debugExclude": [
|
|
"<node_internals>/**",
|
|
"**/node_modules/**",
|
|
"**/fixtures/**"
|
|
]
|
|
}
|