diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0cfba03..5a521d5 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -10,3 +10,5 @@ on: jobs: build: uses: janosh/workflows/.github/workflows/nodejs-gh-pages.yml@main + with: + install-cmd: npm install --force diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 141af9a..f3f2595 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,6 @@ ci: autoupdate_schedule: quarterly + skip: [eslint] default_stages: [commit] @@ -45,7 +46,7 @@ repos: files: \.(js|ts|svelte)$ additional_dependencies: - 'typescript-eslint' - - eslint@v9.0.0 + - eslint - eslint-plugin-svelte - globals - svelte