bookwiz.io
/
.eslintrc.json
.eslintrc.json
Raw
{
"extends"
:
"next/core-web-vitals"
,
"rules"
:
{
"react/no-unescaped-entities"
:
"off"
}
}