7 lines
127 B
JSON
7 lines
127 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"react/no-unescaped-entities": "off",
|
|
"react/jsx-key": "off"
|
|
}
|
|
}
|