From ec5d62d98f300a20d10157bd8f10081a81401b16 Mon Sep 17 00:00:00 2001 From: William Freudenberger Date: Mon, 11 Mar 2024 13:55:24 +0100 Subject: [PATCH] fix: set react for eslint --- .eslintrc.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 722b30d9e..fe3d4f923 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,4 +20,9 @@ module.exports = { sourceType: "module", }, plugins: ["react", "@typescript-eslint"], + settings: { + react: { + version: "detect" + } + } };