Files
padmaja/.eslintrc.json
2026-01-17 14:17:42 +05:30

8 lines
146 B
JSON

{
"extends": ["next/core-web-vitals"],
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
}
}