DefinitelyTyped/types/bootbox/tslint.json

20 lines
580 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"dt-header": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-declare-current-package": false,
"no-single-declare-module": false,
"no-var-keyword": false,
"object-literal-key-quotes": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"semicolon": false,
"space-before-function-paren": false,
"typedef-whitespace": false
}
}