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 74e2aae commit e1095d3Copy full SHA for e1095d3
1 file changed
.eslintrc
@@ -52,7 +52,7 @@
52
"semi": [2, "never"],
53
"semi-spacing": [2, { "before": false, "after": true }],
54
"wrap-iife": [2, "inside"],
55
- "no-use-before-define": [2, { "functions": true, "classes": true, "variables": true }],
+ "no-use-before-define": [2, { "functions": false, "classes": true, "variables": true }],
56
"no-caller": 2,
57
"no-cond-assign": [2, "except-parens"],
58
"no-constant-condition": 2,
0 commit comments