aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-04-22 20:37:23 +0700
committerFactiven <[email protected]>2023-04-22 20:37:23 +0700
commit41b373ab158811cdf0285a8b540ae73fb12ad4e5 (patch)
tree10b20bdb33e873689892e1c4f5712500294d2458 /.eslintrc.json
parentUpdate footer.js (diff)
downloadmoopa-41b373ab158811cdf0285a8b540ae73fb12ad4e5.tar.xz
moopa-41b373ab158811cdf0285a8b540ae73fb12ad4e5.zip
moopa.live
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
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 }
}