Files
lanyard-profile-readme/.eslintrc.json
2024-10-20 19:44:03 +07:00

8 lines
163 B
JSON

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