mirror of https://github.com/waku-org/js-waku.git
12 lines
385 B
JSON
12 lines
385 B
JSON
{
|
|
"cSpell.userWords": [], // only use words from .cspell.json
|
|
"cSpell.enabled": true,
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"editor.formatOnSave": false, // Disable general format on save
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
}
|