next-app/.eslintrc.json

8 lines
127 B
JSON
Raw Normal View History

2024-06-01 09:38:11 +03:00
{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off",
"react/jsx-key": "off"
}
2024-06-01 09:38:11 +03:00
}