DefinitelyTyped/types/angular-cookie/tslint.json

15 lines
384 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"dt-header": false,
"no-trailing-whitespace": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"space-before-function-paren": false,
"unified-signatures": false
}
}