VedaMD-Backend-v2 / frontend /.eslintrc.json
sniro23's picture
VedaMD Enhanced: Clean deployment with 5x Enhanced Medical RAG System
01f0120
{
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@next/next/no-page-custom-font": "off"
}
}