Skip to content

Commit

Permalink
fix(noImplicitAny): move noimplicitany compliance test file to correc…
Browse files Browse the repository at this point in the history
…t location
  • Loading branch information
christopherthielen committed Mar 14, 2017
1 parent df6ee24 commit ec6e5e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ec6e5e4

Please sign in to comment.