it-tools/.vscode/settings.json

9 lines
219 B
JSON
Raw Normal View History

2024-01-10 20:06:13 -05:00
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
2024-02-06 17:53:53 -05:00
"source.fixAll.eslint": "true"
2024-01-10 20:06:13 -05:00
},
"i18n-ally.localesPaths": ["locales", "src/tools/*/locales"],
"i18n-ally.keystyle": "nested"
2024-02-06 17:53:53 -05:00
}