Skip to content

Commit f4bbf58

Browse files
committed
Fixed eslint rules
1 parent 3d0b33b commit f4bbf58

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.eslintrc.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@
3030
"no-underscore-dangle": "error",
3131
"import/extensions": ["error", "always", { "ignorePackages": true }],
3232
"import/prefer-default-export": "off",
33-
"@typescript-eslint/no-use-before-define": [
34-
"error",
35-
{
36-
"functions": false // functions are hoisted
37-
}
38-
],
33+
"@typescript-eslint/no-use-before-define": "off",
3934
"@typescript-eslint/consistent-type-definitions": "off",
4035
"@typescript-eslint/prefer-nullish-coalescing": "off",
4136
"@typescript-eslint/prefer-readonly": "error",

0 commit comments

Comments
 (0)