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