DefinitelyTyped/types/polymer/tslint.json
2020-02-24 09:51:31 -08:00

27 lines
864 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-object-literal-type-assertion": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-trailing-whitespace": false,
"no-unnecessary-generics": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
"npm-naming": false,
"object-literal-key-quotes": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"typedef-whitespace": false,
"whitespace": false
}
}