Skip to content

Commit 15f0fe8

Browse files
committed
ignore tslint for select option/optgroup directives
1 parent 6dbd627 commit 15f0fe8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/select/optgroup.directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Directive, HostBinding } from "@angular/core";
22

33
@Directive({
4+
// tslint:disable-next-line
45
selector: "optgroup"
56
})
67
export class OptGroup {

src/select/option.directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Directive, HostBinding } from "@angular/core";
22

33
@Directive({
4+
// tslint:disable-next-line
45
selector: "option"
56
})
67
export class Option {

0 commit comments

Comments
 (0)