DefinitelyTyped/types/react-tabs/tslint.json
James Lismore 6e6f3036c9 Stricter tslint rules
Fix bugs found
2019-02-05 11:27:19 -05:00

13 lines
336 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-any-union": false,
"no-empty-interface": false,
"no-object-literal-type-assertion": false,
"no-unnecessary-generics": false,
"no-void-expression": false,
"strict-export-declare-modifiers": false,
"void-return": false
}
}