18 lines
493 B
JSON
18 lines
493 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"spellright.language": ["en"],
|
|
"spellright.documentTypes": ["markdown", "typescript", "typescriptreact"],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
[
|
|
"cva\\(([^)]*)\\)",
|
|
"[\"'`]([^\"'`]*).*?[\"'`]"
|
|
]
|
|
],
|
|
"eslint.workingDirectories": ["web"]
|
|
}
|