Unverified Commit e5034036 authored by Lijiaoa's avatar Lijiaoa Committed by GitHub
Browse files

turn off function no-use-before-define rule (#2880)


Co-authored-by: default avatarLijiao <Lijiaoa@outlook.com>
parent 0a21a901
......@@ -22,6 +22,7 @@
"@typescript-eslint/no-namespace": 0,
"@typescript-eslint/consistent-type-assertions": 0,
"@typescript-eslint/no-inferrable-types": 0,
"@typescript-eslint/no-use-before-define": [2, "nofunc"],
"no-inner-declarations": 0,
"@typescript-eslint/no-var-requires": 0,
"react/display-name": 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment