chore(svelte): 🔧 svelte missing declaration warning

This commit is contained in:
Guz013
2023-06-05 14:03:22 -03:00
parent fba6f1c334
commit cc1eaeb97e

View File

@@ -3,5 +3,8 @@
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"svelte.plugin.svelte.compilerWarnings": {
"missing-declaration": "ignore"
}
}