DefinitelyTyped/types/chrome/tslint.json
Gabriela Araujo Britto 6ae7ddbc23 Update tslint configs
2020-02-21 15:41:51 -08:00

39 lines
1.3 KiB
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"dt-header": false,
"jsdoc-format": false,
"max-line-length": false,
"no-angle-bracket-type-assertion": false,
"no-consecutive-blank-lines": false,
"no-empty-interface": false,
"no-internal-module": false,
"no-mergeable-namespace": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-unnecessary-class": false,
"no-unnecessary-generics": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
"no-void-expression": false,
"object-literal-key-quotes": false,
"object-literal-shorthand": false,
"one-line": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-for-of": false,
"prefer-method-signature": false,
"prefer-template": false,
"semicolon": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false,
"trim-file": false,
"triple-equals": false,
"unified-signatures": false,
"whitespace": false
}
}