mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
21 lines
343 B
JSON
21 lines
343 B
JSON
{
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"no-restricted-imports": [
|
|
"error",
|
|
{
|
|
"patterns": [
|
|
"**/app/core/*",
|
|
"**/reports/*",
|
|
"**/app/shared/*",
|
|
"@bitwarden/web-vault/*",
|
|
"src/**/*"
|
|
],
|
|
"paths": ["@fluffy-spoon/substitute"]
|
|
}
|
|
]
|
|
}
|
|
}
|