Reactive-Resume/.vscode/settings.json

15 lines
502 B
JSON
Raw Normal View History

2022-03-02 16:44:11 +00:00
{
"css.validate": false,
2022-03-06 21:48:29 +00:00
"scss.validate": false,
2022-03-02 16:44:11 +00:00
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.wordWrap": "on",
2022-03-06 21:48:29 +00:00
"eslint.workingDirectories": ["schema", "client", "server"],
2022-03-02 16:44:11 +00:00
"i18n-ally.keystyle": "nested",
2022-03-06 21:48:29 +00:00
"i18n-ally.localesPaths": ["client/public/locales"],
2022-03-02 16:44:11 +00:00
"i18n-ally.namespace": true,
"i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
2022-03-06 21:48:29 +00:00
"i18n-ally.sortKeys": true
2022-03-02 16:44:11 +00:00
}