mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
10 lines
280 B
JSON
10 lines
280 B
JSON
{
|
|
"css.validate": false,
|
|
"vitest.disableWorkspaceWarning": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
|
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
|
]
|
|
}
|