DefinitelyTyped/types/bootstrap-datepicker/tslint.json

16 lines
413 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"comment-format": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-var-keyword": false,
"only-arrow-functions": false,
"semicolon": false,
"space-before-function-paren": false,
"typedef-whitespace": false,
"unified-signatures": false,
"whitespace": false
}
}