mirror of
https://github.com/bitwarden/browser
synced 2025-01-02 13:17:59 +01:00
7 lines
158 B
JSON
7 lines
158 B
JSON
|
{
|
||
|
"eslint.options": {
|
||
|
"ignorePath": "${workspaceFolder}/../../.eslintIgnore"
|
||
|
},
|
||
|
"prettier.ignorePath": "${workspaceFolder}/../../.prettierignore"
|
||
|
}
|