hypnagaga/.vscode/settings.json
2022-08-11 15:43:38 +01:00

20 lines
No EOL
341 B
JSON

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