DefinitelyTyped/types/react/tslint.json

12 lines
296 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
}
}