Skip to content

Commit

Permalink
Enable prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored and consideRatio committed Jan 20, 2021
1 parent f7e435d commit 9fc1363
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ repos:
hooks:
- id: helmlint

# Autoformat multiple file types
- repo: https://github.com/prettier/prettier
rev: 2.1.2
hooks:
- id: prettier

# The hooks in this file are automatically installed by pre-commit, but shellcheck
# must be manually installed so it is included in .pre-commit-shellcheck.yaml
# instead. To run it:
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jupyterhub/templates/
*.md

0 comments on commit 9fc1363

Please sign in to comment.