Skip to content

Commit

Permalink
ci: enable warning on duplicate jsx keys
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <rare-magma@posteo.eu>
  • Loading branch information
rare-magma committed Dec 9, 2023
1 parent 74d8867 commit 795c1de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"react/react-in-jsx-scope": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"react/jsx-key": ["error", { "warnOnDuplicates": true }],
"react-refresh/only-export-components": "warn",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/explicit-function-return-type": "off",
Expand Down

0 comments on commit 795c1de

Please sign in to comment.