{
  "extends": ["next/core-web-vitals", "eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
  "plugins": ["unused-imports"],
  "rules": {
    "unused-imports/no-unused-imports": "error",
    "@typescript-eslint/no-explicit-any": "off",
    "@typescript-eslint/no-unused-vars": "off",
    "@typescript-eslint/no-unused-expressions": "off",
    "@typescript-eslint/ban-ts-comment": "off",
    "prefer-const": "off",
    "no-empty": "off",
    "no-prototype-builtins": "off",
    "no-useless-catch": "off",
    "no-useless-escape": "off",
    "no-self-assign": "off"
  }
}
