10 lines
141 B
Plaintext
10 lines
141 B
Plaintext
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"@next/next/no-img-element": "off",
|
|
"react/no-unknown-property": "error"
|
|
}
|
|
}
|
|
|
|
|