21 lines
609 B
JSON
21 lines
609 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"npm.packageManager": "pnpm",
|
|
"eslint.useESLintClass": true,
|
|
"eslint.workingDirectories": [
|
|
"./packages/colors",
|
|
"./packages/icons",
|
|
"./packages/components",
|
|
"./packages/status-js",
|
|
"./apps/connector",
|
|
{
|
|
"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\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
|
]
|
|
}
|