Skip to content

Commit cdb55d7

Browse files
committed
fix: linting
1 parent 3c322d6 commit cdb55d7

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/app/features/spec/services/spec.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { HttpClient } from '@angular/common/http';
22
import { Injectable } from '@angular/core';
33
import { Observable } from 'rxjs';
44
import { map } from 'rxjs/operators';
5-
65
import { Cacheable } from '~/core/services/cache.service';
76

87
import { Message } from '../models/message';

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { enableProdMode, ViewEncapsulation } from '@angular/core';
22
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
3-
43
import { AppModule } from '~/app/app.module';
5-
64
import { environment } from '~/env/environment';
75

86
if (environment.production) {

src/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { getTestBed } from '@angular/core/testing';
44
import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing';
55

66
// tslint:disable-next-line:no-import-side-effect
7-
import 'zone.js/dist/zone-testing';
87

98
// tslint:disable-next-line:no-any
109
declare const require: any;

0 commit comments

Comments
 (0)