diff --git a/.eslintrc b/.eslintrc index 6a48d08..8aae283 100644 --- a/.eslintrc +++ b/.eslintrc @@ -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", {