CMCH_ADMIN/.eslintrc.json
2026-02-25 04:56:26 +00:00

7 lines
97 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
}