change eslintrc
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
c71f5cd9a6
commit
0d4d1f0944
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": "next/core-web-vitals"
|
"extends": "next/core-web-vitals",
|
||||||
|
"rules": {
|
||||||
|
"react/no-undescaped-entities": "off",
|
||||||
|
"react/jsx-key": "off"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue