.eslintrc.json 181 B

12345678
  1. {
  2. "rules": {
  3. "@next/next/no-img-element": "off",
  4. "unused-imports/no-unused-imports": "error"
  5. },
  6. "extends": ["next/core-web-vitals"],
  7. "plugins": ["unused-imports"]
  8. }