diff --git a/.eslintrc.json b/.eslintrc.json index dfa8f73..a8f34e2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,7 @@ { "extends": "next/core-web-vitals", - "rules": { "react/no-unescaped-entities": 0 } + "rules": { + "react/no-unescaped-entities": 0, + "react/jsx-key": [1, { "checkFragmentShorthand": true }] + } }