mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-01 08:30:10 +01:00
c4ff8f99dc
* Ignore jest for workspaces without tests (for now) * Add jest as recommended extension * Set eslint and prettier file paths We can't do this on a multi-folder workspace level because the path depths are not identical between folders * fix tsconfig extends for * Simplify bitwarden-licensed web tsconfig This tsconfig isn't needed to build, since we do that through webpack and the web client. It's only needed as hints to IDEs * Remove unintended change * linter
7 lines
164 B
JSON
7 lines
164 B
JSON
{
|
|
"eslint.options": {
|
|
"ignorePath": "${workspaceFolder}/../../../.eslintIgnore"
|
|
},
|
|
"prettier.ignorePath": "${workspaceFolder}/../../../.prettierignore"
|
|
}
|