| 123456789 |
- {
- "extends": ["next/core-web-vitals", "next/typescript"],
- "rules": {
- "no-unused-vars": "off",
- "@typescript-eslint/no-empty-object-type": "warn",
- "@typescript-eslint/no-unused-vars": ["off"],
- "@typescript-eslint/no-explicit-any": ["off"]
- }
- }
|