15 lines
446 B
JSON
15 lines
446 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"npm.packageManager": "yarn",
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto",
|
|
"#comment": "See https://github.com/microsoft/vscode-eslint/issues/1161 for reason (i.e. multiple .eslintrc config files)"
|
|
}
|
|
],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
|
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
|
]
|
|
}
|