DefinitelyTyped/types/react-tap-event-plugin/tslint.json
Gabriela Araujo Britto e980ea529f
Update tslint configs (#42555)
* Update tslint configs

* Update npm-naming configs

* Fix some configs

#no-publishing-comment
2020-02-24 16:06:03 -08:00

13 lines
367 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"no-redundant-jsdoc": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-declare-function": false,
"prefer-method-signature": false,
"space-before-function-paren": false
}
}