11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"prettier.enable": false,
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"svelte.plugin.svelte.compilerWarnings": {
|
|
"missing-declaration": "ignore"
|
|
}
|
|
}
|