Skip to content

Commit ec6e5e4

Browse files
fix(noImplicitAny): move noimplicitany compliance test file to correct location
1 parent df6ee24 commit ec6e5e4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

tsconfig.typedoc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"../ui-router-core/src/index.ts",
1515
"src/legacy/stateEvents.ts",
1616
"src/legacy/resolveService.ts",
17-
"node_modules/typescript/lib/lib.es6.d.ts"
17+
"node_modules/typedoc/node_modules/typescript/lib/lib.es6.d.ts"
1818
]
1919
}

tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"no-trailing-comma": true,
3636
"no-trailing-whitespace": false,
3737
"no-unreachable": true,
38-
"no-unused-expression": true,
38+
"no-unused-expression": [true, "allow-fast-null-checks"],
3939
"no-unused-variable": true,
4040
"no-use-before-declare": true,
4141
"no-var-keyword": true,

0 commit comments

Comments
 (0)