1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Prevent banned imports into libs/common (#3599)

Also fix typescript-eslint/parser config and fix linting errors
This commit is contained in:
Thomas Rittson
2022-09-27 11:17:43 +10:00
committed by GitHub
parent 22a878792e
commit 5ffa3ccd20
10 changed files with 42 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import Substitute, { Arg } from "@fluffy-spoon/substitute";
import { Substitute, Arg } from "@fluffy-spoon/substitute";
import { EncString } from "@bitwarden/common/models/domain/encString";