memos/web/.vscode/settings.json

10 lines
215 B
JSON
Raw Normal View History

2021-12-13 12:23:35 +03:00
{
2021-12-14 01:51:06 +03:00
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
2021-12-13 12:23:35 +03:00
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"i18n-ally.localesPaths": [
"src/locales"
]
2021-12-13 12:23:35 +03:00
}