From cad0fdb96b7829fd153e4f676870b67f30c84059 Mon Sep 17 00:00:00 2001 From: Odafe Aror Date: Tue, 19 Dec 2023 19:56:42 +0000 Subject: [PATCH] fix-- --- frontend/nextjs/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/nextjs/.eslintrc.json b/frontend/nextjs/.eslintrc.json index bffb357..dfa8f73 100644 --- a/frontend/nextjs/.eslintrc.json +++ b/frontend/nextjs/.eslintrc.json @@ -1,3 +1,4 @@ { - "extends": "next/core-web-vitals" + "extends": "next/core-web-vitals", + "rules": { "react/no-unescaped-entities": 0 } }