refansa.my.id/.eslintrc.json

8 lines
158 B
JSON
Raw Permalink Normal View History

2023-05-29 15:40:21 +07:00
{
"extends": ["next/core-web-vitals", "prettier"],
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
}
2023-05-29 15:40:21 +07:00
}