node-red-contrib-slack-socket
Version:
A Node-RED node to interact with the Slack Socket Mode.
24 lines • 707 B
JSON
{
"editor.formatOnSave": true,
"files.exclude": {
"**/.cov/**": true,
"**/.nyc_output/**": true,
"**/coverage/**": true,
"**/node_modules/**": true
},
"files.watcherExclude": {
"**/.cov/**": true,
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/.nyc_output/**": true,
"**/coverage/**": true,
"**/node_modules/**": true
},
"coverage-gutters.coverageReportFileName": ".cov/index.html",
"coverage-gutters.showLineCoverage": true,
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"javascript.format.enable": false
}