Skip to content

Commit

Permalink
strict-type-predicates: false
Browse files Browse the repository at this point in the history
  • Loading branch information
koltyakov committed Jun 28, 2019
1 parent 07ada5d commit d736246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Expand Up @@ -2,6 +2,7 @@
"extends": "tslint-config-standard",
"rules": {
"semicolon": [true, "always", "ignore-interfaces"],
"space-before-function-paren": false
"space-before-function-paren": false,
"strict-type-predicates": false
}
}

0 comments on commit d736246

Please sign in to comment.