Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassimoen committed Dec 4, 2023
1 parent c0b6e6c commit cc0af89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"always"
],
"react/react-in-jsx-scope": "off",
"@typescript-eslint/no-excplicit-any": "off",
"@typescript-eslint/no-explicit-any": "off",
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": [
"error"
Expand Down

0 comments on commit cc0af89

Please sign in to comment.