Skip to content

Commit d5a0a76

Browse files
committed
Use error for ts/no-use-before-define
1 parent 5e98feb commit d5a0a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
],
5050
"@typescript-eslint/no-non-null-assertion": "off",
51-
"@typescript-eslint/no-use-before-define": "warn",
51+
"@typescript-eslint/no-use-before-define": "error",
5252
"no-use-before-define": "off",
5353
"jest/no-conditional-expect": "off",
5454
"garden-local/require-default-theme": "error"

0 commit comments

Comments
 (0)