diff options
| author | Factiven <[email protected]> | 2023-04-22 20:37:23 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-22 20:37:23 +0700 |
| commit | 41b373ab158811cdf0285a8b540ae73fb12ad4e5 (patch) | |
| tree | 10b20bdb33e873689892e1c4f5712500294d2458 /.eslintrc.json | |
| parent | Update footer.js (diff) | |
| download | moopa-41b373ab158811cdf0285a8b540ae73fb12ad4e5.tar.xz moopa-41b373ab158811cdf0285a8b540ae73fb12ad4e5.zip | |
moopa.live
Diffstat (limited to '.eslintrc.json')
| -rw-r--r-- | .eslintrc.json | 3 |
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 } } |