Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnyroeller committed Mar 22, 2024
1 parent 6873354 commit cc9fc0c
Show file tree
Hide file tree
Showing 3 changed files with 3,824 additions and 775 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
"react/prop-types": 0,
"react/jsx-handler-names": 0,
"react/jsx-fragments": 0,
"react/no-unused-prop-types": 0,
"react/jsx-no-bind": "off",
"react/jsx-uses-react": "off",
"react/no-unused-prop-types": 0,
"react/react-in-jsx-scope": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
Expand Down

0 comments on commit cc9fc0c

Please sign in to comment.