From 9b485c2c3c68cb217395b6bea85304435ad92c95 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Fri, 25 Feb 2022 13:25:35 +0100 Subject: [PATCH] disable react/jsx-key after eslint upgrade Refs: https://github.com/yannickcr/eslint-plugin-react/issues/3215 --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index a89e2973..6e16e69a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -48,7 +48,8 @@ { "avoidEscape": true } - ] + ], + "react/jsx-key": "off" }, "settings": { "react": {