mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-27 22:54:18 +00:00
11 lines
260 B
JSON
11 lines
260 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{ "pattern": "apps/*/" },
|
|
{ "pattern": "packages/*/" }
|
|
],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
|
["cn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
|
|
]
|
|
}
|