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

16 lines
435 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"prefer-for-of": false,
"prefer-method-signature": false,
"semicolon": false,
"unified-signatures": false,
"whitespace": false
}
}