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

23 lines
679 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"eofline": false,
"interface-over-type-literal": false,
"max-line-length": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-trailing-whitespace": false,
"no-unnecessary-class": false,
"no-var-keyword": false,
"prefer-method-signature": false,
"semicolon": false,
"strict-export-declare-modifiers": false,
"typedef-whitespace": false,
"whitespace": false
}
}