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