Skip to content

Commit 9b8f699

Browse files
johnsoncodehkthePunderWoman
authored andcommitted
refactor: remove unnecessary // tslint:disable rule flags in devtools (#59365)
Files in the vendor directory have been excluded in tslint.json. PR Close #59365
1 parent a6cdbec commit 9b8f699

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

devtools/projects/ng-devtools/src/lib/vendor/angular-split/lib/component/interface.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// tslint:disable
2-
31
import {SplitAreaDirective} from './splitArea.directive';
42

53
export interface IPoint {

devtools/projects/ng-devtools/src/lib/vendor/angular-split/lib/component/split.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// tslint:disable
21
import {
32
AfterViewInit,
43
ChangeDetectionStrategy,

devtools/projects/ng-devtools/src/lib/vendor/angular-split/lib/component/splitArea.directive.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// tslint:disable
2-
31
import {Directive, ElementRef, Input, NgZone, OnDestroy, OnInit, Renderer2} from '@angular/core';
42

53
import {SplitComponent} from '../component/split.component';

devtools/projects/ng-devtools/src/lib/vendor/angular-split/lib/component/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// tslint:disable
21
import {ElementRef} from '@angular/core';
32

43
import {

devtools/projects/ng-devtools/src/lib/vendor/angular-split/public_api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// tslint:disable
21
/*
32
* Public API Surface of angular-split
43
*/

0 commit comments

Comments
 (0)