Skip to content

Commit

Permalink
Fix the tslint rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Sep 30, 2020
1 parent 1b4ac0a commit 8418a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"no-unnecessary-type-assertion": false,
"no-submodule-imports": false,
"no-redundant-jsdoc": false,
"binary-expression-operand-order": false
"binary-expression-operand-order": false,
"no-use-before-declare": false
}
}

0 comments on commit 8418a63

Please sign in to comment.