mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor: remove unnecessary // tslint:disable rule flags in devtools (#59365)
Files in the vendor directory have been excluded in tslint.json. PR Close #59365
This commit is contained in:
parent
f3bc92b8af
commit
8b73fc2abc
5 changed files with 0 additions and 7 deletions
|
|
@ -1,5 +1,3 @@
|
|||
// tslint:disable
|
||||
|
||||
import {SplitAreaDirective} from './splitArea.directive';
|
||||
|
||||
export interface IPoint {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// tslint:disable
|
||||
import {
|
||||
AfterViewInit,
|
||||
ChangeDetectionStrategy,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
// tslint:disable
|
||||
|
||||
import {Directive, ElementRef, Input, NgZone, OnDestroy, OnInit, Renderer2} from '@angular/core';
|
||||
|
||||
import {SplitComponent} from '../component/split.component';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// tslint:disable
|
||||
import {ElementRef} from '@angular/core';
|
||||
|
||||
import {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// tslint:disable
|
||||
/*
|
||||
* Public API Surface of angular-split
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue