DefinitelyTyped/types/google-apps-script/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

11 lines
261 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"dt-header": false,
"interface-name": false,
"max-line-length": false,
"no-unnecessary-qualifier": false,
"unified-signatures": false
}
}