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