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

16 lines
438 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"export-just-namespace": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-empty-interface": false,
"no-redundant-jsdoc": false,
"prefer-method-signature": false,
"semicolon": false
}
}