Foxnouns.NET/Foxnouns.Frontend/.vscode/settings.json

9 lines
328 B
JSON

{
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"i18n-ally.localesPaths": ["src/lib/i18n", "src/lib/i18n/locales"],
"i18n-ally.keystyle": "nested",
"explorer.sortOrder": "filesFirst",
"explorer.compactFolders": false,
"eslint.validate": ["javascript", "javascriptreact", "svelte"]
}