DefinitelyTyped/types/angular-bootstrap-calendar/tslint.json

17 lines
440 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"comment-format": false,
"dt-header": false,
"interface-name": false,
"max-line-length": false,
"no-padding": false,
"no-var-keyword": false,
"only-arrow-functions": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false
}
}