Skip to content

Commit 0482c2c

Browse files
committed
fix: disable @typescript-eslint/no-use-before-define
1 parent 69a1102 commit 0482c2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/hedgehog-lab/.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
],
88
"rules": {
99
"no-unused-vars": "off",
10-
"@typescript-eslint/no-unused-vars": ["off"]
10+
"@typescript-eslint/no-unused-vars": ["off"],
11+
"@typescript-eslint/no-use-before-define": "off"
1112
},
1213
"settings": {
1314
"react": {

0 commit comments

Comments
 (0)