Skip to content

Commit 831ff56

Browse files
Ignore @typescript-eslint/no-use-before-define errors
1 parent eb89d72 commit 831ff56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ rules:
2121
- code: 180
2222
no-console: "off"
2323
no-underscore-dangle: "off"
24+
"@typescript-eslint/no-use-before-define": "off"
2425
root: true

0 commit comments

Comments
 (0)