disable another lint rule

This commit is contained in:
Nathan Shively-Sanders
2019-10-30 08:48:20 -07:00
committed by Andrew Branch
parent bea00e6f70
commit c20616a638

View File

@@ -1,6 +1,7 @@
{
"extends": "tslint:all",
"rules": {
"increment-decrement": false,
"completed-docs": false, // TODO
"strict-type-predicates": false, // TODO: https://github.com/Microsoft/TypeScript/issues/17963
@@ -24,4 +25,4 @@
"switch-default": false,
"variable-name": false
}
}
}