From 164aaca5e3b12fe88f707cb78556f31e7485137c Mon Sep 17 00:00:00 2001 From: abdou6666 Date: Tue, 3 Dec 2024 16:21:13 +0100 Subject: [PATCH] fix: add react in plugins --- widget/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/.eslintrc.json b/widget/.eslintrc.json index 8ff7e7ed..5f060476 100644 --- a/widget/.eslintrc.json +++ b/widget/.eslintrc.json @@ -1,6 +1,6 @@ { "root": true, - "plugins": ["@typescript-eslint", "import", "license-header"], + "plugins": ["@typescript-eslint", "import", "license-header", "react"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended",