omnichannel-next/.eslintrc.json
2024-08-14 17:04:10 +07:00

7 lines
127 B
JSON

{
"extends": "next",
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
}
}