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