1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-04 11:55:58 +02:00
bitwarden-browser/apps/web/.eslintrc.json
2022-09-29 16:38:50 +02:00

20 lines
296 B
JSON

{
"env": {
"browser": true
},
"rules": {
"no-restricted-imports": [
"error",
{
"patterns": [
"**/app/core/*",
"**/reports/*",
"**/app/shared/*",
"@bitwarden/web-vault/*",
"src/**/*"
]
}
]
}
}