DefinitelyTyped/types/node-dir/tslint.json
Gabriela Araujo Britto e980ea529f
Update tslint configs (#42555)
* Update tslint configs

* Update npm-naming configs

* Fix some configs

#no-publishing-comment
2020-02-24 16:06:03 -08:00

16 lines
440 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"one-line": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"unified-signatures": false,
"whitespace": false
}
}