From 7f11d8818d2c29a63ad6604bcc9e6b350eae1204 Mon Sep 17 00:00:00 2001 From: Vivian Phung Date: Mon, 26 Feb 2024 17:08:58 -0500 Subject: [PATCH] update eslint with react version --- packages/frontend/.eslintrc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/frontend/.eslintrc.json b/packages/frontend/.eslintrc.json index e7f396b4..a06db087 100644 --- a/packages/frontend/.eslintrc.json +++ b/packages/frontend/.eslintrc.json @@ -16,5 +16,10 @@ "plugin:react/recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended" - ] + ], + "settings": { + "react": { + "version": "detect" + } + } }