Skip to content

Commit

Permalink
feat(repo): Upgrade eslint@9 (#4842)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko authored Jan 23, 2025
1 parent bdb537a commit 8a8eb6d
Show file tree
Hide file tree
Showing 265 changed files with 1,373 additions and 2,251 deletions.
2 changes: 2 additions & 0 deletions .changeset/purple-jobs-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
20 changes: 0 additions & 20 deletions .eslintignore

This file was deleted.

4 changes: 0 additions & 4 deletions .github/.eslintrc.js

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
if: ${{ !(github.event_name == 'merge_group') }}
run: if [[ "${{ github.event.pull_request.user.login }}" = "clerk-cookie" || "${{ github.event.pull_request.user.login }}" = "renovate[bot]" ]]; then echo 'Skipping' && exit 0; else pnpm changeset status --since=origin/main; fi

- name: Lint GitHub Actions Workflows
run: pnpm eslint .github
shell: bash
# - name: Lint GitHub Actions Workflows
# run: pnpm eslint .github
# shell: bash

- name: Check Formatting
run: pnpm format:check
Expand Down
1 change: 0 additions & 1 deletion .jit/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ folders:
exclude:
- ./**/*.test.ts
- ./**/test/fixtureHelpers.ts
- path: /packages/eslint-config-custom
- path: /packages/expo
- path: /packages/fastify
exclude:
Expand Down
Loading

0 comments on commit 8a8eb6d

Please sign in to comment.