refactor: remove tslint no-use-before-declare rule (#30288)

PR Close #30288
This commit is contained in:
arjunyel
2019-05-06 12:28:49 -06:00
committed by Kara Erickson
parent c59717571e
commit 4f055d4257
7 changed files with 0 additions and 7 deletions

View File

@ -48,7 +48,6 @@
"no-unused-expression": true,
"no-unused-variable": true,
"no-unreachable": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"one-line": [