From 86b9c070eba87b8fd3e7c469cf2da613bf1f4675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AD=D8=B3=DB=8C=D9=86=20=D9=85=D8=B9=D8=B5=D9=88=D9=85?= =?UTF-8?q?=DB=8C=20=D9=BE=D9=88=D8=B1?= Date: Thu, 25 Apr 2024 23:06:01 +0330 Subject: [PATCH] fix 2 --- .eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }] + } }