The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/.vscode/settings.json

35 lines
538 B

{
"eslint.workingDirectories": [
{
"pattern": "packages/*",
"changeProcessCWD": true
},
{
"pattern": "apps/*",
"changeProcessCWD": true
},
{
"pattern": "ee/apps/*",
"changeProcessCWD": true
},
{
"pattern": "ee/packages/*",
"changeProcessCWD": true
}
],
"typescript.tsdk": "./node_modules/typescript/lib",
"cSpell.words": [
"autotranslate",
"fname",
"Gazzodown",
"katex",
"listbox",
"livechat",
"oauthapps",
"omnichannel",
"photoswipe",
"searchbox",
"tmid",
"tshow"
]
}