mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-02 22:57:00 +00:00
8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"react-hooks/exhaustive-deps": "off",
|
|
"@next/next/no-img-element": "off"
|
|
}
|
|
}
|