Skip to content

Commit c8f2ae7

Browse files
authored
Upgrading tslint to 5.9.0 (#194)
* Upgraded tslint to latest * Addressing more lint errors * Addressed all linter errors * Added align rule back * Further tweaks to rules * Fixing test compilation error * Fixing more test compilation errors * More minor improvements to typings * Replacing remaining references to Object type * Updated packages and merged with master * Addressing some readability nits
1 parent e6d6c5e commit c8f2ae7

29 files changed

+431
-448
lines changed

package-lock.json

Lines changed: 86 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"sinon": "^4.1.3",
9595
"sinon-chai": "^2.8.0",
9696
"ts-node": "^3.3.0",
97-
"tslint": "^3.5.0",
97+
"tslint": "^5.9.0",
9898
"typescript": "^2.6.1"
9999
}
100100
}

0 commit comments

Comments
 (0)