Files
caprover/.vscode/settings.json
Kasra Bigdeli e188a9c1ef Pass linter
2021-08-28 12:14:44 -07:00

18 lines
569 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/built": true,
"**/coverge": true
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
},
"typescript.referencesCodeLens.enabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"cSpell.words": ["csrf", "definitelytyped", "dockerode", "promisified"]
}