Skip to content

Commit 870005b

Browse files
committed
chore: enable react/no-array-index-key eslint
1 parent 7a77e55 commit 870005b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/.eslintrc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ rules:
117117
# https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#eslint
118118
react/jsx-uses-react: "off"
119119
react/react-in-jsx-scope: "off"
120+
react/no-array-index-key: error
120121
settings:
121122
react:
122123
version: detect

0 commit comments

Comments
 (0)