Skip to content

Commit 8a8eb6d

Browse files
authored
feat(repo): Upgrade eslint@9 (#4842)
1 parent bdb537a commit 8a8eb6d

File tree

265 files changed

+1373
-2251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+1373
-2251
lines changed

.changeset/purple-jobs-refuse.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.eslintignore

-20
This file was deleted.

.github/.eslintrc.js

-4
This file was deleted.

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
if: ${{ !(github.event_name == 'merge_group') }}
7373
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
7474

75-
- name: Lint GitHub Actions Workflows
76-
run: pnpm eslint .github
77-
shell: bash
75+
# - name: Lint GitHub Actions Workflows
76+
# run: pnpm eslint .github
77+
# shell: bash
7878

7979
- name: Check Formatting
8080
run: pnpm format:check

.jit/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ folders:
66
exclude:
77
- ./**/*.test.ts
88
- ./**/test/fixtureHelpers.ts
9-
- path: /packages/eslint-config-custom
109
- path: /packages/expo
1110
- path: /packages/fastify
1211
exclude:

0 commit comments

Comments
 (0)