DefinitelyTyped/types/rx-lite-async/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

10 lines
280 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"max-line-length": false,
"no-angle-bracket-type-assertion": false,
"no-declare-current-package": false,
"no-object-literal-type-assertion": false,
"no-single-declare-module": false
}
}