Skip to content

Commit

Permalink
skip eslint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Apr 17, 2024
1 parent c3b5a88 commit 449898c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files --show-diff-on-failure
run: SKIP=eslint pre-commit run --all-files --show-diff-on-failure
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
files: \.(js|ts|svelte)$
additional_dependencies:
- eslint
- eslint-plugin-svelte@2.37.0
- eslint-plugin-svelte
- svelte
- svelte-eslint-parser
- typescript
Expand Down

0 comments on commit 449898c

Please sign in to comment.