Files
lored.dev/.vscode/settings.json

11 lines
209 B
JSON
Raw Permalink Normal View History

{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"svelte.plugin.svelte.compilerWarnings": {
"missing-declaration": "ignore"
}
}