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

23 lines
713 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-empty-interface": false,
"no-mergeable-namespace": false,
"no-misused-new": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-unnecessary-class": false,
"npm-naming": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false,
"typedef-whitespace": false,
"whitespace": false
}
}