next-app/.eslintrc.json
Alex Stan af2c5afa95 fixed a build error
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
2024-06-01 23:58:11 +03:00

8 lines
127 B
JSON

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