Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
"env": {
"browser": true
},
"rules": {
"no-restricted-imports": [
"error",
"patterns": [
"**/app/core/*",
"**/reports/*",
"**/app/shared/*",
"**/organizations/settings/*",
"**/organizations/policies/*",
"@bitwarden/web-vault/*",
"src/**/*",
"bitwarden_license"
]
}