bitwarden-estensione-browser/apps/web/.eslintrc.json

23 lines
425 B
JSON

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