Skip to content

Commit

Permalink
Add react/jsx-key eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Oct 13, 2022
1 parent 8144bbc commit 0f87839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -33,6 +33,7 @@
"import/prefer-default-export": "off",
"react/prop-types": "off",
"react/jsx-props-no-spreading": "off",
"react/jsx-key": "error",
"react/jsx-filename-extension": [
"error",
{
Expand Down

0 comments on commit 0f87839

Please sign in to comment.