{ "i18n-ally.localesPaths": ["locales"], "i18n-ally.keystyle": "nested", "eslint.validate": ["javascript", "svelte", "jsx"], "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "files.associations": { "*.svx": "mdx" }, "[mdx]": { "editor.wordWrap": "on" }, "typescript.tsdk": "node_modules/typescript/lib" }