omnichannel-next/.eslintrc.json

7 lines
127 B
JSON
Raw Normal View History

2024-08-07 08:30:08 +00:00
{
2024-08-14 10:04:10 +00:00
"extends": "next",
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
}
}