.eslintrc.json 157 B

12345678
  1. {
  2. "extends": "next/core-web-vitals",
  3. "rules": {
  4. // Other rules
  5. "@next/next/no-img-element": "off",
  6. "react/no-unescaped-entities": "off"
  7. }
  8. }