.eslintrc.json 178 B

1234567
  1. {
  2. "extends": ["next/core-web-vitals", "plugin:jsx-a11y/recommended"],
  3. "rules": {
  4. "@next/next/no-img-element": "off",
  5. "@typescript-eslint/no-unused-vars": "off"
  6. }
  7. }