learnhouse/front/.eslintrc
2023-06-28 00:08:59 +02:00

8 lines
168 B
Text

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