2 Commits

Author SHA1 Message Date
denshooter
52586ef28a Merge branch 'dev' into production
All checks were successful
CI / CD / test-build (push) Successful in 10m14s
CI / CD / deploy-dev (push) Has been skipped
CI / CD / deploy-production (push) Successful in 23s
2026-04-22 11:50:28 +02:00
denshooter
8c4975481d 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
2026-04-22 11:50:21 +02:00

View File

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