Gwk-Cultural-Park/.eslintrc.json

12 lines
302 B
JSON
Raw Permalink Normal View History

2024-09-07 01:40:25 +00:00
{
"extends": "next",
"plugins": ["simple-import-sort"],
"rules": {
// "simple-import-sort/imports": "warn",
// "simple-import-sort/exports": "warn",
// "react-hooks/exhaustive-deps": "error",
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
}
}