refactor: remove tslint no-use-before-declare rule (#30288)
PR Close #30288
This commit is contained in:
@ -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": [
|
||||
|
Reference in New Issue
Block a user