diff --git a/noimplicitany.ts b/test/noimplicitany.ts similarity index 100% rename from noimplicitany.ts rename to test/noimplicitany.ts diff --git a/tsconfig.typedoc.json b/tsconfig.typedoc.json index e226d90b0..a009dfe9f 100644 --- a/tsconfig.typedoc.json +++ b/tsconfig.typedoc.json @@ -14,6 +14,6 @@ "../ui-router-core/src/index.ts", "src/legacy/stateEvents.ts", "src/legacy/resolveService.ts", - "node_modules/typescript/lib/lib.es6.d.ts" + "node_modules/typedoc/node_modules/typescript/lib/lib.es6.d.ts" ] } diff --git a/tslint.json b/tslint.json index b2a7fcd61..a2a89224f 100644 --- a/tslint.json +++ b/tslint.json @@ -35,7 +35,7 @@ "no-trailing-comma": true, "no-trailing-whitespace": false, "no-unreachable": true, - "no-unused-expression": true, + "no-unused-expression": [true, "allow-fast-null-checks"], "no-unused-variable": true, "no-use-before-declare": true, "no-var-keyword": true,