learnsteam-quiz/.eslintrc.json
2023-11-10 18:34:35 +09:00

7 lines
111 B
JSON

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