MedSightAI / frontend /.eslintrc.json
hoshikrana's picture
feat: setup secrets management, logging infrastructure, and code quality tools
5b56e7c
Raw
History Blame
157 Bytes
{
"extends": "next/core-web-vitals",
"rules": {
"no-unused-vars": "error",
"no-console": "warn",
"react-hooks/exhaustive-deps": "warn"
}
}