Files
albert.lol/.eslintrc.json
T
skidoodle b9dc57578a commit
2022-05-01 22:50:31 +02:00

7 lines
97 B
JSON

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