hypnagaga/.vscode/settings.json
2024-01-04 17:30:48 +00:00

21 lines
452 B
JSON

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