Reactive-Resume/.vscode/settings.json

12 lines
236 B
JSON

{
"files.associations": {
"*.js": "javascriptreact"
},
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"i18n-ally.localesPaths": ["src/i18n/locales"],
"i18n-ally.keystyle": "nested",
"css.validate": false
}