mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
7 lines
158 B
JSON
7 lines
158 B
JSON
|
{
|
||
|
"eslint.options": {
|
||
|
"ignorePath": "${workspaceFolder}/../../.eslintIgnore"
|
||
|
},
|
||
|
"prettier.ignorePath": "${workspaceFolder}/../../.prettierignore"
|
||
|
}
|