We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb89d72 commit 831ff56Copy full SHA for 831ff56
.eslintrc.yml
@@ -21,4 +21,5 @@ rules:
21
- code: 180
22
no-console: "off"
23
no-underscore-dangle: "off"
24
+ "@typescript-eslint/no-use-before-define": "off"
25
root: true
0 commit comments