From 0be27d021d7f447037711201df73928ab794c6d2 Mon Sep 17 00:00:00 2001 From: isra el Date: Mon, 20 Jan 2025 18:26:40 +0300 Subject: [PATCH] config(web): update eslint config --- web/.eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/.eslintrc.json b/web/.eslintrc.json index bffb357..d2a18fa 100644 --- a/web/.eslintrc.json +++ b/web/.eslintrc.json @@ -1,3 +1,6 @@ { - "extends": "next/core-web-vitals" + "extends": "next/core-web-vitals", + "rules": { + "react/no-unescaped-entities": "off" + } }