1 Commits

Author SHA1 Message Date
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/**", "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"),