textualize/frontend/.eslintrc.json
Joshua Shoemaker 3fafbcc1d6 init commit
2022-12-06 22:13:02 -06:00

7 lines
97 B
JSON

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