.eslintrc.json 144 B

12345678
  1. {
  2. "extends": "next/core-web-vitals",
  3. "rules": {
  4. "react/no-unescaped-entities": "off",
  5. "react/jsx-no-comment-textnodes": "off"
  6. }
  7. }