Files
lored.dev/.vscode/settings.json
Guz013 9dd19b75bd feat: initial commit
Created (mostly) temporally website, forked from Org013/www.
2023-06-14 13:38:36 -03:00

11 lines
209 B
JSON

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