diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5ae40da2d..afd4dcee56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,7 @@ jobs: run: pnpm typecheck - name: ESLint - # TODO: Reduce --max-warnings to 0 as pre-existing issues are fixed - run: pnpm lint --max-warnings 250 + run: pnpm lint --max-warnings 0 - name: Prettier check run: pnpm format:check