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

11 lines
295 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"dt-header": false,
"no-empty-interface": false,
"no-object-literal-type-assertion": false,
"no-unnecessary-generics": false,
"strict-export-declare-modifiers": false,
"void-return": false
}
}