Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Fixed "operand for the '||'" by tslint.
Browse files Browse the repository at this point in the history
Disabled the rule until it's fixed at
<palantir/tslint#3279>
  • Loading branch information
karak committed Feb 16, 2018
1 parent 2654248 commit 45a69aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "tslint-config-airbnb"
"extends": "tslint-config-airbnb",
"rules": {
"strict-boolean-expressions": false
}
}

0 comments on commit 45a69aa

Please sign in to comment.