Merge pull request #112 from TheTechNetwork/elibrody-patch-1

Update settings.json
This commit is contained in:
elibrody 2024-02-06 17:54:19 -05:00 committed by GitHub
commit 513eeeff23
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"
} }