Skip to content

Commit

Permalink
chore: disable no-non-null-assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Jul 2, 2020
1 parent 85d559d commit d3aaeeb
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 @@ -38,7 +38,7 @@
"no-console": [true, "debug", "info", "time", "timeEnd", "trace"],
"no-empty": false,
"no-inferrable-types": [true, "ignore-params"],
"no-non-null-assertion": true,
"no-non-null-assertion": false,
"no-redundant-jsdoc": true,
"no-switch-case-fall-through": true,
"no-var-requires": false,
Expand Down

0 comments on commit d3aaeeb

Please sign in to comment.