12 lines
408 B
JSON
12 lines
408 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"],
|
|
"tailwindCSS.experimental.classRegex": [["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]]
|
|
}
|