Merge branch 'main' into staging

This commit is contained in:
elibrody 2024-01-10 20:06:22 -05:00 committed by GitHub
commit b99096c9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.vscode/settings.json vendored Normal file
View file

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