16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"@next/next/no-img-element": "off",
|
|
"jsx-a11y/alt-text": "off",
|
|
"react/display-name": "off",
|
|
"react/no-unescaped-entities": 0,
|
|
"react/jsx-max-props-per-line": [
|
|
1,
|
|
{
|
|
"maximum": 1
|
|
}
|
|
]
|
|
}
|
|
}
|