Gwk-Cultural-Park/.eslintrc.json
2024-09-07 08:40:25 +07:00

12 lines
302 B
JSON

{
"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"
}
}