Skip to content

Commit 4486794

Browse files
authored
Remove unused lint exceptions (DefinitelyTyped#48487)
1 parent 8d6fe5d commit 4486794

File tree

255 files changed

+122
-626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+122
-626
lines changed

types/activex-access/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5090,7 +5090,6 @@ declare namespace Access {
50905090
XML: string;
50915091
}
50925092

5093-
// tslint:disable-next-line:interface-name
50945093
interface ImportExportSpecifications {
50955094
Add(Name: string, SpecificationDefinition: string): ImportExportSpecification;
50965095
readonly Application: Application;

types/activex-adox/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ declare namespace ADOX {
191191
Unique: boolean;
192192
}
193193

194-
// tslint:disable-next-line:interface-name
195194
interface Indexes {
196195
Append(Item: Index | string, Columns?: string | SafeArray<string>): void; // is this actually two overloads, one with [Index] and one with [string,string | SafeArray<string>]?
197196
readonly Count: number;

types/activex-dao/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ declare namespace DAO {
593593
Unique: boolean;
594594
}
595595

596-
// tslint:disable-next-line:interface-name
597596
interface Indexes {
598597
Append(Index: Index): void;
599598
readonly Count: number;

types/activex-excel/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5426,7 +5426,6 @@ declare namespace Excel {
54265426
readonly Parent: IconSet;
54275427
}
54285428

5429-
// tslint:disable-next-line:interface-name
54305429
interface IconSet {
54315430
_Default(Index: any): Icon;
54325431
readonly Application: Application;
@@ -5462,7 +5461,6 @@ declare namespace Excel {
54625461
readonly Type: number;
54635462
}
54645463

5465-
// tslint:disable-next-line:interface-name
54665464
interface IconCriteria {
54675465
_Default(Index: any): IconCriterion;
54685466
readonly Count: number;
@@ -5480,7 +5478,6 @@ declare namespace Excel {
54805478
Value: number | string;
54815479
}
54825480

5483-
// tslint:disable-next-line:interface-name
54845481
interface IconSets {
54855482
_Default(Index: any): any;
54865483
readonly Application: Application;

types/activex-office/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4797,7 +4797,6 @@ declare namespace Office {
47974797
}
47984798

47994799
/** For Macintosh only */
4800-
// tslint:disable-next-line:interface-name
48014800
class IFind {
48024801
private 'Office.IFind_typekey': IFind;
48034802
private constructor();

types/activex-powerpoint/activex-powerpoint-tests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// tslint:disable-next-line no-unnecessary-generics
21
const collectionToArray = <T>(col: {Item(index: any): T}): T[] => {
32
const results: T[] = [];
43
const enumerator = new Enumerator<T>(col);

types/activex-wia/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ declare namespace WIA {
628628
}
629629

630630
/** The Items object contains a collection of Item objects. See the Items property on the Device or Item object for details on accessing the Items object. */
631-
// tslint:disable-next-line interface-name
632631
interface Items {
633632
/** Adds a new Item with the specified Name and Flags. The Flags value is created by using the OR operation with members of the WiaItemFlags enumeration. */
634633
Add(Name: string, Flags: number): void;

types/activex-word/activex-word-tests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// <reference types="windows-script-host" />
22

3-
// tslint:disable-next-line no-unnecessary-generics
43
const collectionToArray = <T>(col: {Item(index: any): T}): T[] => {
54
const results: T[] = [];
65
const enumerator = new Enumerator<T>(col);

types/adone/glosses/fast.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ declare namespace adone {
151151
type DirectoryFile = File;
152152
type SymbolicFile = File;
153153

154-
/* tslint:disable-next-line:no-empty-interface */
155154
interface Stream<S, T = File> extends stream.core.Stream<S, T> {
156155
//
157156
}

types/akumina-core/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99
/// <reference types="jquery" />
1010

11-
// tslint:disable-next-line interface-name
1211
import IGetListRequest from "./interfaces/IGetListRequest";
13-
// tslint:disable-next-line interface-name
1412
import ISavePageWidgetRequest from "./interfaces/ISavePageWidgetRequest";
1513

1614
declare namespace Akumina {

0 commit comments

Comments
 (0)