Enable strictPropertyInitialization (#11203)
This commit is contained in:
parent
4207d182cd
commit
cfd48b36aa
38 changed files with 97 additions and 117 deletions
|
@ -42,7 +42,7 @@ function getSecretStorageKey(): Uint8Array | null {
|
|||
}
|
||||
|
||||
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
||||
function catchAccessSecretStorageError(e: Error): void {
|
||||
function catchAccessSecretStorageError(e: unknown): void {
|
||||
// E.g. notify the user in some way
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue