FastAPI + Celery + Next.js + Postgres/Redis app with company monitoring, source collection, LLM-based change analysis, enrichment, and account security (Turnstile, escalating lockout, email verification).
7 lines
107 B
JSON
7 lines
107 B
JSON
{
|
|
"extends": ["next/core-web-vitals"],
|
|
"rules": {
|
|
"@next/next/no-html-link-for-pages": "off"
|
|
}
|
|
}
|