Skip to content

Commit

Permalink
Merge pull request #142 from bbrk24/eslint-updates
Browse files Browse the repository at this point in the history
Update eslint and typescript-eslint
  • Loading branch information
bbrk24 authored Feb 2, 2025
2 parents 9f38f54 + de370eb commit 0494fa9
Show file tree
Hide file tree
Showing 5 changed files with 763 additions and 853 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ updates:
typescript-eslint:
patterns:
- '@typescript-eslint/*'
eslint:
patterns:
- eslint
- '@eslint/js'
civet:
patterns:
- '@danielx/civet'
- eslint-plugin-civet
- package-ecosystem: gitsubmodule
directory: /
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# restore-keys intentionally omitted
- uses: actions/setup-node@v4
with:
node-version: ^20.10
node-version: ^22.11
- name: Run build script
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^20.10
node-version: ^22.11
- name: npm lint
shell: bash
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: numworks/setup-emscripten@bbc4f5e15974bc13e69fdadecfd1858ecb1c4dbb
- uses: actions/setup-node@v4
with:
node-version: ^20.10
node-version: ^22.11
- name: Run build script
shell: bash
run: |
Expand Down
Loading

0 comments on commit 0494fa9

Please sign in to comment.