From 41b373ab158811cdf0285a8b540ae73fb12ad4e5 Mon Sep 17 00:00:00 2001 From: Factiven Date: Sat, 22 Apr 2023 20:37:23 +0700 Subject: moopa.live --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index bffb357..dfa8f73 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,4 @@ { - "extends": "next/core-web-vitals" + "extends": "next/core-web-vitals", + "rules": { "react/no-unescaped-entities": 0 } } -- cgit v1.2.3