2025-10-20 15:15:53 +00:00
|
|
|
{
|
|
|
|
|
"extends": "next/core-web-vitals",
|
|
|
|
|
"rules": {
|
2025-10-20 16:03:14 +00:00
|
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
|
|
|
"@typescript-eslint/no-unused-vars": "off",
|
|
|
|
|
"@typescript-eslint/no-empty-object-type": "off"
|
2025-10-20 15:15:53 +00:00
|
|
|
}
|
|
|
|
|
}
|