mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
disable another lint rule
This commit is contained in:
committed by
Andrew Branch
parent
bea00e6f70
commit
c20616a638
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user