mirror of
https://github.com/usememos/memos.git
synced 2025-01-04 11:33:06 +08:00
9 lines
255 B
JSON
9 lines
255 B
JSON
|
{
|
||
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue"],
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": true
|
||
|
},
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
}
|