Skip to content

Commit 949770a

Browse files
committed
@typescript-eslint/triple-slash-reference
1 parent 36a6028 commit 949770a

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"@typescript-eslint/no-object-literal-type-assertion": "off",
4343
"@typescript-eslint/no-parameter-properties": "off",
4444
"@typescript-eslint/no-this-alias": "error",
45-
"@typescript-eslint/no-triple-slash-reference": "off",
4645
"@typescript-eslint/no-unnecessary-qualifier": "error",
4746
"@typescript-eslint/no-unnecessary-type-assertion": "error",
4847
"@typescript-eslint/no-use-before-define": "off",
@@ -53,6 +52,7 @@
5352
"@typescript-eslint/prefer-namespace-keyword": "error",
5453
"semi": "off",
5554
"@typescript-eslint/semi": "error",
55+
"@typescript-eslint/triple-slash-reference": "error",
5656
"@typescript-eslint/type-annotation-spacing": "error",
5757
"@typescript-eslint/unified-signatures": "error",
5858

src/lib/importes5.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/testRunner/parallel/shared.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/// <reference path="./host.ts" />
2-
/// <reference path="./worker.ts" />
31
namespace Harness.Parallel {
42
export interface RunnerTask {
53
runner: TestRunnerKind;
@@ -87,4 +85,4 @@ namespace Harness.Parallel {
8785
global.it.skip = global.xit = global.xspecify = ts.noop as Mocha.PendingTestFunction;
8886
global.it.only = ts.noop as Mocha.ExclusiveTestFunction;
8987
}
90-
}
88+
}

0 commit comments

Comments
 (0)