Skip to content

Commit

Permalink
Update tslint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cupsadarius committed Sep 18, 2019
1 parent 611f3ec commit 0b2dac3
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 @@ -17,6 +17,7 @@
"prefer-function-over-method": false,
"no-unused-variable": false,
"no-magic-numbers": false,
"no-floating-promises": false,
"member-ordering": [
false
],
Expand All @@ -37,4 +38,4 @@
"ban-types": false,
"no-unsafe-any": false
}
}
}

0 comments on commit 0b2dac3

Please sign in to comment.