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

7 lines
128 B
JSON

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