DefinitelyTyped/types/react-holder/tslint.json
Gabriela Araujo Britto 6ae7ddbc23 Update tslint configs
2020-02-21 15:41:51 -08:00

14 lines
357 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"dt-header": false,
"member-access": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-reference-import": false,
"prefer-method-signature": false,
"semicolon": false
}
}