| { | |
| "extends": [ | |
| "next/core-web-vitals", | |
| "next/typescript" | |
| ], | |
| "rules": { | |
| "@typescript-eslint/no-explicit-any": "warn", | |
| "@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }], | |
| "react-hooks/exhaustive-deps": "warn", | |
| "react/display-name": "warn" | |
| } | |
| } |