next-app/.eslintrc.json
Alex Stan 0d4d1f0944 change eslintrc
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
2024-06-01 23:49:14 +03:00

8 lines
128 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"react/no-undescaped-entities": "off",
"react/jsx-key": "off"
}
}