react-table/tslint.json
Christian Murphy 777aa2b863 test: validate typings using dtslint (#1581)
* test: validate typings using dtslint

* build: switch typescript into strict mode
2019-10-09 17:48:11 -06:00

11 lines
202 B
JSON

{
"extends": "dtslint/dtslint.json",
"rules": {
"array-type": false,
"no-empty-interface": false,
"no-unnecessary-generics": false,
"semicolon": false,
"whitespace": false
}
}