13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"css.lint.unknownAtRules": "ignore",
|
|
"oxc.lint.enable": true,
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|