Skip to content

Commit

Permalink
chore(tslint): enable non-null-assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 5, 2019
1 parent 32520a5 commit 83777cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ignore-params"
],
"no-misused-new": true,
"no-non-null-assertion": true,
"no-non-null-assertion": false,
"no-shadowed-variable": true,
"no-string-literal": false,
"no-string-throw": true,
Expand Down

0 comments on commit 83777cf

Please sign in to comment.