Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
0.5.5 - Update to tslint 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Mar 13, 2019
1 parent dd99058 commit 9a1183f
Show file tree
Hide file tree
Showing 3 changed files with 1,174 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dtslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"no-shadowed-variable": false,
"no-string-literal": false,
"no-submodule-imports": false,
"no-tautology-expression": false,
"no-unused-expression": false,
"no-unused-variable": false,
"no-use-before-declare": false,
Expand All @@ -121,6 +122,7 @@
"variable-name": false,
"increment-decrement": false,
"unnecessary-constructor": false,
"unnecessary-else": false,
"no-angle-bracket-type-assertion": false,
"no-default-import": false,
"callable-types": false
Expand Down
Loading

0 comments on commit 9a1183f

Please sign in to comment.