mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 09:02:49 +03:00
94f97208e3
* chore: setup project workspace for better DX * chore: remove prettier ext
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"i18n-ally.localesPaths": [
|
|
"src/locales"
|
|
]
|
|
}
|