mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-25 08:02:10 +03:00
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"eslint.packageManager": "pnpm",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "file",
|
|
"cSpell.words": [
|
|
"blocksuite",
|
|
"datacenter",
|
|
"livedemo",
|
|
"pnpm",
|
|
"selfhosted",
|
|
"testid"
|
|
]
|
|
}
|