File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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",
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- /// <reference path="./host.ts" />
2- /// <reference path="./worker.ts" />
31namespace 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+ }
You can’t perform that action at this time.
0 commit comments