DefinitelyTyped/types/flightplan/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

22 lines
683 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"callable-types": false,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-declare-current-package": false,
"no-duplicate-variable": false,
"no-redundant-jsdoc": false,
"no-single-declare-module": false,
"no-trailing-whitespace": false,
"no-var-keyword": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"space-before-function-paren": false,
"trim-file": false,
"unified-signatures": false,
"whitespace": false
}
}