DefinitelyTyped/types/java/tslint.json
Gabriela Araujo Britto 6ae7ddbc23 Update tslint configs
2020-02-21 15:41:51 -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
}
}