Skip to content

Commit

Permalink
really enforce types
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedp committed Apr 19, 2020
1 parent 4950a75 commit 014855d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
],
"rules": {
"no-console": false,
"object-literal-sort-keys": false
"object-literal-sort-keys": false,
"no-unsafe-any": true,
"no-any": [
true,
{
"ignore-rest-args": true
}
]
}
}

0 comments on commit 014855d

Please sign in to comment.