1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-02 00:23:35 +00:00

Add eslint (#1369)

This commit is contained in:
Oscar Hinton
2022-02-24 20:50:19 +01:00
committed by GitHub
parent 233f876bbb
commit 3aa52a5537
67 changed files with 2780 additions and 782 deletions

View File

@@ -4,7 +4,7 @@ import {
} from "jslib-common/models/domain/account";
export class AccountSettings extends BaseAccountSettings {
vaultTimeout: number = -1; // On Restart
vaultTimeout = -1; // On Restart
}
export class Account extends BaseAccount {