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:
Johnson Chu 2025-01-06 16:08:31 +08:00 committed by Jessica Janiuk
parent f3bc92b8af
commit 8b73fc2abc
5 changed files with 0 additions and 7 deletions

View file

@ -1,5 +1,3 @@
// tslint:disable
import {SplitAreaDirective} from './splitArea.directive';
export interface IPoint {

View file

@ -1,4 +1,3 @@
// tslint:disable
import {
AfterViewInit,
ChangeDetectionStrategy,

View file

@ -1,5 +1,3 @@
// tslint:disable
import {Directive, ElementRef, Input, NgZone, OnDestroy, OnInit, Renderer2} from '@angular/core';
import {SplitComponent} from '../component/split.component';

View file

@ -1,4 +1,3 @@
// tslint:disable
import {ElementRef} from '@angular/core';
import {

View file

@ -1,4 +1,3 @@
// tslint:disable
/*
* Public API Surface of angular-split
*/