change eslintrc

Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
Alex Stan 2024-06-01 23:48:38 +03:00
parent c71f5cd9a6
commit 0d4d1f0944

View file

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