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

22 lines
695 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"dt-header": false,
"interface-over-type-literal": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-unnecessary-class": false,
"no-var-keyword": false,
"no-var-requires": false,
"object-literal-key-quotes": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-declare-function": false,
"prefer-method-signature": false,
"prefer-template": false,
"semicolon": false,
"strict-export-declare-modifiers": false
}
}