This repository has been archived on 2025-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
pablo.shortman.me/.eslintrc.json

10 lines
251 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off",
"unused-imports/no-unused-imports": "off"
}
}