mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
Fix linting (#693)
This commit is contained in:
parent
2779cd0966
commit
fdaa4f9fa5
@ -10,7 +10,7 @@ import { StateService } from "jslib-common/abstractions/state.service";
|
|||||||
export class ExportScopeCalloutComponent implements OnInit {
|
export class ExportScopeCalloutComponent implements OnInit {
|
||||||
@Input() organizationId: string = null;
|
@Input() organizationId: string = null;
|
||||||
|
|
||||||
show: boolean = false;
|
show = false;
|
||||||
scopeConfig: {
|
scopeConfig: {
|
||||||
title: string;
|
title: string;
|
||||||
description: string;
|
description: string;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import { Pipe } from "@angular/core";
|
import { Pipe } from "@angular/core";
|
||||||
|
|
||||||
import { ColorPasswordPipe } from "./color-password.pipe";
|
import { ColorPasswordPipe } from "./color-password.pipe";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -240,7 +240,7 @@ $icons: (
|
|||||||
"apple": "\e945",
|
"apple": "\e945",
|
||||||
"android": "\e944",
|
"android": "\e944",
|
||||||
"error": "\e981",
|
"error": "\e981",
|
||||||
"numbered-list": "\e989"
|
"numbered-list": "\e989",
|
||||||
);
|
);
|
||||||
|
|
||||||
@each $name, $glyph in $icons {
|
@each $name, $glyph in $icons {
|
||||||
|
Loading…
Reference in New Issue
Block a user