learnhouse/apps/web/.eslintrc
2024-06-06 16:54:53 +01:00

11 lines
275 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",
"no-console": "warn"
},
"plugins": ["unused-imports"]
}