Illuminix_nextjs/.eslintrc.json
2024-09-18 16:35:40 +08:00

8 lines
156 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off",
"react/jsx-no-duplicate-props": "off"
}
}