learnhouse/apps/web/.eslintrc
2024-02-07 13:42:21 +05:45

10 lines
249 B
Text

{
"extends": "next",
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off",
"@next/next/no-img-element": "off",
"unused-imports/no-unused-imports": "warn"
},
"plugins": ["unused-imports"]
}