DefinitelyTyped/types/react-bootstrap-table/tslint.json
Andrey Kurdyumov 82ace18841 [react-bootstrap-table] Add thStyle, tdStyle, tdAttr properties to TableHeaderColumn (#19910)
* Add thStyle, tdStyle, tdAttr properties to TableHeaderColumn
Also style apply TSLint rules where it was fast to implement without introducing issues.

* Fix missed TSLint warnings
2017-09-26 11:40:20 -07:00

11 lines
223 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// TODO
"ban-types": false,
"prefer-method-signature": false,
"strict-export-declare-modifiers": false,
"no-empty-interface": false
}
}