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

13 lines
366 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"space-before-function-paren": false
}
}