File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/// <reference path="../../node_modules/typescript/lib/typescriptServices.d.ts" />
2- /// <reference path="../../node_modules/gulp-tslint/node_modules/ tslint/lib/tslint.d.ts" />
2+ /// <reference path="../../node_modules/tslint/lib/tslint.d.ts" />
33
44export class Rule extends Lint . Rules . AbstractRule {
55 public static FAILURE_STRING = "missing type declaration" ;
Original file line number Diff line number Diff line change 11/// <reference path="../../node_modules/typescript/lib/typescriptServices.d.ts" />
2- /// <reference path="../../node_modules/gulp-tslint/node_modules/ tslint/lib/tslint.d.ts" />
2+ /// <reference path="../../node_modules/tslint/lib/tslint.d.ts" />
33
44export class Rule extends Lint . Rules . AbstractRule {
55 public static FAILURE_STRING = "missing type declaration" ;
You can’t perform that action at this time.
0 commit comments