mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-03 08:49:50 +01:00
34f33ebb54
* Configure jest for web * attempt to fix linter fule preventing angular core imports * trial initiation tests * small trial initiation component fix * Small naming fix in tests
14 lines
179 B
JSON
14 lines
179 B
JSON
{
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"no-restricted-imports": [
|
|
"error",
|
|
{
|
|
"patterns": ["**/app/core/*", "**/reports/*"]
|
|
}
|
|
]
|
|
}
|
|
}
|