mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
8 lines
168 B
Text
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"
|
|
}
|
|
}
|