mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
11 lines
223 B
JSON
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
|
|
}
|
|
}
|