secret/.eslintrc.json
2023-09-10 14:57:55 +05:30

6 lines
136 B
JSON

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