mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Remove // tslint:disable comments, add TODOs to tslint.json (#21292)
This commit is contained in:
Vendored
-1
@@ -6,7 +6,6 @@
|
||||
|
||||
export = StackUtils;
|
||||
|
||||
// tslint:disable ban-types
|
||||
declare class StackUtils {
|
||||
static nodeInternals(): RegExp[];
|
||||
constructor(options?: StackUtils.Options);
|
||||
|
||||
@@ -1 +1,7 @@
|
||||
{ "extends": "dtslint/dt.json" }
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
// TODO
|
||||
"ban-types": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user