.eslintrc.json 121 B

123456
  1. {
  2. "extends": ["next/core-web-vitals", "prettier"],
  3. "rules": {
  4. "@next/next/no-img-element": "off"
  5. }
  6. }