Files
lanyard-profile-readme/.eslintrc
2021-06-20 16:45:06 -04:00

8 lines
149 B
Plaintext

{
"extends": ["next", "next/core-web-vitals"],
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-img-element": "off"
}
}