Skip to content

Commit 7260e8b

Browse files
committed
chore: lint
1 parent 62993b0 commit 7260e8b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/angular2/src/app/hello.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { Component } from "@angular/core";
2+
// Testing a type only import
23
import { Properties } from 'csstype'
34

45
@Component({

packages/karma-typescript/src/bundler/resolve/resolver.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ export class Resolver {
212212
}
213213
}
214214

215-
216-
217215
bopts = {
218216
basedir: bundleItem.filename ? path.dirname(bundleItem.filename) : this.config.karma.basePath,
219217
extensions: this.config.bundlerOptions.resolve.extensions,

0 commit comments

Comments
 (0)