{ "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.fontLigatures": true, "editor.formatOnSave": false, "editor.quickSuggestions": { "strings": true }, "editor.tabSize": 2, "eslint.validate": ["svelte", "astro", "json"], "files.associations": { "*.env.*": "dotenv", "*.svg": "html" }, "files.eol": "\n", "[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true }, "i18n-ally.localesPaths": ["src/locales", "src/locales/lang"] }