chore: exclude discord-presence-bot from eslint
All checks were successful
CI / CD / test-build (push) Successful in 10m12s
CI / CD / deploy-dev (push) Successful in 2m13s
CI / CD / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-22 11:50:21 +02:00
parent 3a9f8f4cc5
commit 8c4975481d

View File

@@ -19,6 +19,7 @@ const eslintConfig = [
"coverage/**", "coverage/**",
"scripts/**", "scripts/**",
"next-env.d.ts", "next-env.d.ts",
"discord-presence-bot/**",
], ],
}, },
...compat.extends("next/core-web-vitals", "next/typescript"), ...compat.extends("next/core-web-vitals", "next/typescript"),