Skip to content

Commit

Permalink
Fix some svelte validate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jfremstad committed Oct 24, 2021
1 parent 34f9cc1 commit f2309a9
Show file tree
Hide file tree
Showing 20 changed files with 2,521 additions and 3,515 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ repos:
entry: bash -c "source backend/env/bin/activate && isort $@"
types: [python]
language: system
# - id: prettier
# name: Format frontend-code
# entry: bash -c "cd frontend && npm ci && npx prettier -w src"
# always_run: true
# language: system
# - id: svelte-validate
# name: Validate svelte
# entry: bash -c "cd frontend && npm ci && npm run validate"
# always_run: true
# pass_filenames: false
# language: system
Loading

0 comments on commit f2309a9

Please sign in to comment.