danswer/web/.eslintrc.json

7 lines
97 B
JSON
Raw Permalink Normal View History

2023-04-28 22:40:46 -07:00
{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
2023-04-28 22:40:46 -07:00
}