web/.eslintrc.json

5 lines
89 B
JSON
Raw Normal View History

2024-01-10 11:04:28 +03:30
{
2024-02-16 19:10:32 +03:30
"extends": "next/core-web-vitals",
"rules": { "react/no-unescaped-entities": 0 }
2024-01-10 11:04:28 +03:30
}