From db5db9359cf8d06fb8fc6204a84c502049cfbadb Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 10 Apr 2018 23:49:41 -0400 Subject: [PATCH] lint fixes --- jslib | 2 +- src/app/accounts/two-factor-options.component.ts | 4 ++-- src/app/app.module.ts | 3 ++- src/app/vault/password-generator-history.component.ts | 2 +- src/app/vault/password-generator.component.ts | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/jslib b/jslib index 5f341b9638..7933746d82 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 5f341b963852bac391f36ba5989185eaa0bded31 +Subproject commit 7933746d822206d58ca852521dc59467af885239 diff --git a/src/app/accounts/two-factor-options.component.ts b/src/app/accounts/two-factor-options.component.ts index 88343a7273..6ab0be4faa 100644 --- a/src/app/accounts/two-factor-options.component.ts +++ b/src/app/accounts/two-factor-options.component.ts @@ -1,4 +1,4 @@ -import { Component, } from '@angular/core'; +import { Component } from '@angular/core'; import { Router } from '@angular/router'; import { ToasterService } from 'angular2-toaster'; @@ -9,7 +9,7 @@ import { I18nService } from 'jslib/abstractions/i18n.service'; import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service'; import { - TwoFactorOptionsComponent as BaseTwoFactorOptionsComponent + TwoFactorOptionsComponent as BaseTwoFactorOptionsComponent, } from 'jslib/angular/components/two-factor-options.component'; @Component({ diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 31dea4ebd3..fde5b9dbe0 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -26,6 +26,8 @@ import { SettingsComponent } from './accounts/settings.component'; import { TwoFactorOptionsComponent } from './accounts/two-factor-options.component'; import { TwoFactorComponent } from './accounts/two-factor.component'; +import { IconComponent } from 'jslib/angular/components/icon.component'; + import { ApiActionDirective } from 'jslib/angular/directives/api-action.directive'; import { AutofocusDirective } from 'jslib/angular/directives/autofocus.directive'; import { BlurClickDirective } from 'jslib/angular/directives/blur-click.directive'; @@ -42,7 +44,6 @@ import { AttachmentsComponent } from './vault/attachments.component'; import { CiphersComponent } from './vault/ciphers.component'; import { FolderAddEditComponent } from './vault/folder-add-edit.component'; import { GroupingsComponent } from './vault/groupings.component'; -import { IconComponent } from 'jslib/angular/components/icon.component'; import { PasswordGeneratorHistoryComponent } from './vault/password-generator-history.component'; import { PasswordGeneratorComponent } from './vault/password-generator.component'; import { VaultComponent } from './vault/vault.component'; diff --git a/src/app/vault/password-generator-history.component.ts b/src/app/vault/password-generator-history.component.ts index 025c291f6c..ca1da02309 100644 --- a/src/app/vault/password-generator-history.component.ts +++ b/src/app/vault/password-generator-history.component.ts @@ -8,7 +8,7 @@ import { PasswordGenerationService } from 'jslib/abstractions/passwordGeneration import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service'; import { - PasswordGeneratorHistoryComponent as BasePasswordGeneratorHistoryComponent + PasswordGeneratorHistoryComponent as BasePasswordGeneratorHistoryComponent, } from 'jslib/angular/components/password-generator-history.component'; @Component({ diff --git a/src/app/vault/password-generator.component.ts b/src/app/vault/password-generator.component.ts index 83756d15e6..151d98a9da 100644 --- a/src/app/vault/password-generator.component.ts +++ b/src/app/vault/password-generator.component.ts @@ -10,7 +10,7 @@ import { PasswordGenerationService } from 'jslib/abstractions/passwordGeneration import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service'; import { - PasswordGeneratorComponent as BasePasswordGeneratorComponent + PasswordGeneratorComponent as BasePasswordGeneratorComponent, } from 'jslib/angular/components/password-generator.component'; @Component({