We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e98feb commit d5a0a76Copy full SHA for d5a0a76
.eslintrc.json
@@ -48,7 +48,7 @@
48
}
49
],
50
"@typescript-eslint/no-non-null-assertion": "off",
51
- "@typescript-eslint/no-use-before-define": "warn",
+ "@typescript-eslint/no-use-before-define": "error",
52
"no-use-before-define": "off",
53
"jest/no-conditional-expect": "off",
54
"garden-local/require-default-theme": "error"
0 commit comments