mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
11 lines
275 B
Text
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"]
|
|
}
|