Skip to content

Commit

Permalink
Fixed eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
TarSzator committed May 12, 2024
1 parent 3d0b33b commit f4bbf58
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@
"no-underscore-dangle": "error",
"import/extensions": ["error", "always", { "ignorePackages": true }],
"import/prefer-default-export": "off",
"@typescript-eslint/no-use-before-define": [
"error",
{
"functions": false // functions are hoisted
}
],
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/prefer-readonly": "error",
Expand Down

0 comments on commit f4bbf58

Please sign in to comment.