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

27 lines
844 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"adjacent-overload-signatures": false,
"array-type": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"eofline": false,
"max-line-length": false,
"no-duplicate-variable": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-single-declare-module": false,
"no-unnecessary-generics": false,
"no-var-keyword": false,
"npm-naming": false,
"object-literal-key-quotes": false,
"one-line": false,
"prefer-method-signature": false,
"prefer-template": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false,
"triple-equals": false,
"whitespace": false
}
}