2023-01-22 15:39:35 -06:00
|
|
|
{
|
2023-06-09 17:31:14 -05:00
|
|
|
"extends": "next/core-web-vitals",
|
|
|
|
"rules": {
|
2023-12-27 14:06:18 -06:00
|
|
|
"react-hooks/exhaustive-deps": "off",
|
|
|
|
"@next/next/no-img-element": "off"
|
2023-06-09 17:31:14 -05:00
|
|
|
}
|
2023-01-22 15:39:35 -06:00
|
|
|
}
|