mirror of
https://github.com/penxio/penx.git
synced 2026-04-19 03:03:06 -04:00
8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"@next/next/no-img-element": 0,
|
|
"react/display-name": 0
|
|
}
|
|
}
|