From fdaa4f9fa5c6ff8beefcf4d896a8a7f02dc7e3e9 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Thu, 24 Feb 2022 07:33:34 +1000 Subject: [PATCH] Fix linting (#693) --- angular/src/components/export-scope-callout.component.ts | 2 +- angular/src/pipes/color-password-count.pipe.ts | 1 + angular/src/scss/bwicons/styles/style.scss | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/angular/src/components/export-scope-callout.component.ts b/angular/src/components/export-scope-callout.component.ts index 40154d728c..a20118465e 100644 --- a/angular/src/components/export-scope-callout.component.ts +++ b/angular/src/components/export-scope-callout.component.ts @@ -10,7 +10,7 @@ import { StateService } from "jslib-common/abstractions/state.service"; export class ExportScopeCalloutComponent implements OnInit { @Input() organizationId: string = null; - show: boolean = false; + show = false; scopeConfig: { title: string; description: string; diff --git a/angular/src/pipes/color-password-count.pipe.ts b/angular/src/pipes/color-password-count.pipe.ts index 3c0ec0de92..9890a3408c 100644 --- a/angular/src/pipes/color-password-count.pipe.ts +++ b/angular/src/pipes/color-password-count.pipe.ts @@ -1,4 +1,5 @@ import { Pipe } from "@angular/core"; + import { ColorPasswordPipe } from "./color-password.pipe"; /* diff --git a/angular/src/scss/bwicons/styles/style.scss b/angular/src/scss/bwicons/styles/style.scss index 5c17c3e9b4..e8c05f230c 100644 --- a/angular/src/scss/bwicons/styles/style.scss +++ b/angular/src/scss/bwicons/styles/style.scss @@ -240,7 +240,7 @@ $icons: ( "apple": "\e945", "android": "\e944", "error": "\e981", - "numbered-list": "\e989" + "numbered-list": "\e989", ); @each $name, $glyph in $icons {