2024-12-07 05:56:20 +00:00
|
|
|
{
|
2024-12-11 11:24:37 +00:00
|
|
|
"extends": ["next/core-web-vitals", "next/typescript"],
|
|
|
|
"rules": {
|
2024-12-11 12:27:57 +00:00
|
|
|
"@typescript-eslint/no-unused-vars": "warn",
|
2024-12-11 11:24:37 +00:00
|
|
|
"@typescript-eslint/no-empty-object-type": "warn"
|
|
|
|
}
|
2024-12-07 05:56:20 +00:00
|
|
|
}
|