web/.eslintrc.json

7 lines
95 B
JSON
Raw Permalink Normal View History

2024-05-27 01:22:39 +03:30
{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": 0
}
}