mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-24 20:00:37 +00:00
8 lines
163 B
JSON
8 lines
163 B
JSON
{
|
|
"extends": ["next", "next/core-web-vitals"],
|
|
"rules": {
|
|
"react/no-unescaped-entities": "off",
|
|
"@next/next/no-img-element": "off"
|
|
}
|
|
}
|