alabuga/frontend/.eslintrc.json
danilgryaznev e050bd46ef 1 vers
2025-09-21 19:30:55 +02:00

7 lines
109 B
JSON

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