mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-27 22:40:49 +00:00
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com> Co-authored-by: Marcos Defendi <marcos.defendi@rocket.chat>
39 lines
586 B
JSON
39 lines
586 B
JSON
{
|
|
"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",
|
|
"ciphertext",
|
|
"Contextualbar",
|
|
"fname",
|
|
"Gazzodown",
|
|
"katex",
|
|
"listbox",
|
|
"livechat",
|
|
"oauthapps",
|
|
"omnichannel",
|
|
"photoswipe",
|
|
"proxify",
|
|
"searchbox",
|
|
"tmid",
|
|
"tshow"
|
|
]
|
|
}
|