From 813b102ba286b895d035769fc9185c4614c0c57b Mon Sep 17 00:00:00 2001 From: ManikantaMandala Date: Wed, 9 Oct 2024 13:27:10 +0530 Subject: [PATCH] tested the changes and works fine! --- .eslintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 727aafeae..b7002a1b6 100644 --- a/.eslintrc +++ b/.eslintrc @@ -15,7 +15,7 @@ extends: parserOptions: ecmaVersion: 2020 sourceType: module - ecmaFeatures: + ecmaFeatures: jsx: true settings: react: @@ -110,4 +110,4 @@ rules: react/react-in-jsx-scope: off react/display-name: off react/prop-types: off - react/jsx-key: off \ No newline at end of file + react/jsx-key: off