fix 2
parent
838b66a7dc
commit
86b9c070eb
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": { "react/no-unescaped-entities": 0 }
|
||||
"rules": {
|
||||
"react/no-unescaped-entities": 0,
|
||||
"react/jsx-key": [1, { "checkFragmentShorthand": true }]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue