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