16 lines
374 B
JSON
16 lines
374 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"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|