Update settings.json

This commit is contained in:
elibrody 2024-02-06 17:53:53 -05:00 committed by GitHub
parent e710f69e36
commit 7223b37133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
{ {
"editor.formatOnSave": false, "editor.formatOnSave": false,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit" "source.fixAll.eslint": "true"
}, },
"i18n-ally.localesPaths": ["locales", "src/tools/*/locales"], "i18n-ally.localesPaths": ["locales", "src/tools/*/locales"],
"i18n-ally.keystyle": "nested" "i18n-ally.keystyle": "nested"
} }