Skip to content

Commit

Permalink
make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Aprillion committed Feb 10, 2024
1 parent 66e3741 commit c4899c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rules:
react-hooks/rules-of-hooks: error
react-hooks/exhaustive-deps: error
"@typescript-eslint/no-explicit-any": off
"@typescript-eslint/no-unused-vars": ["error", {"argsIgnorePattern": "^_"}]
react/no-unescaped-entities: ["error", {"forbid": [">", "}"]}]
unused-imports/no-unused-imports: "error"
settings:
Expand Down

0 comments on commit c4899c9

Please sign in to comment.