Apply new lint rules in more packages (#15521)

This commit is contained in:
Andy
2017-03-30 12:33:22 -07:00
committed by GitHub
parent 4173a37d30
commit 4cac3c5b44
59 changed files with 503 additions and 544 deletions

View File

@@ -6,11 +6,13 @@
"quotemark": [true, "single"],
"variable-name": [true, "check-format"],
// Below are all TODOs
"callable-types": false,
"ban-types": false,
"interface-name": false,
"no-empty-interface": false,
"jsdoc-format": false,
"max-line-length": false,
"no-empty-interface": false,
"unified-signatures": false,
"void-return": false
}