2024-05-31 16:22:34 -05:00
|
|
|
{
|
2024-07-26 15:49:05 -05:00
|
|
|
"extends": ["next/core-web-vitals"],
|
|
|
|
|
"rules": {
|
2024-08-07 16:41:27 -05:00
|
|
|
"react-hooks/exhaustive-deps": "off",
|
|
|
|
|
"react/no-unescaped-entities": "off"
|
2024-07-26 15:49:05 -05:00
|
|
|
}
|
2024-05-31 16:22:34 -05:00
|
|
|
}
|