VS Code Setup

This commit is contained in:
elibrody 2024-01-10 20:06:13 -05:00 committed by GitHub
parent 71141697c2
commit 5b0cd6d17d
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"
}