DefinitelyTyped/types/react-motion/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

17 lines
503 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"callable-types": false,
"dt-header": false,
"interface-over-type-literal": false,
"jsdoc-format": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"object-literal-shorthand": false,
"prefer-method-signature": false,
"semicolon": false,
"strict-export-declare-modifiers": false
}
}