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