DefinitelyTyped/types/java/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

19 lines
570 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"adjacent-overload-signatures": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"no-any-union": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-unnecessary-generics": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"strict-export-declare-modifiers": false
}
}