jsoncrack.com/.eslintrc.json
2022-02-03 18:10:53 +03:00

6 lines
96 B
JSON

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