Reactive-Resume/.vscode/settings.json

14 lines
444 B
JSON

{
"css.validate": false,
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.wordWrap": "on",
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["apps/client/public/locales"],
"i18n-ally.namespace": true,
"i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
"i18n-ally.sortKeys": true,
"scss.validate": false
}