Skip to content

Commit

Permalink
Ignore Markdown files in Prettier
Browse files Browse the repository at this point in the history
Prettier messes up unordered lists due to prettier/prettier#5019, pending a fix in prettier/prettier#15526
  • Loading branch information
jace committed Jun 7, 2024
1 parent 28f4e96 commit 6d7339f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ repos:
rev: v3.3.1
hooks:
- id: prettier
exclude: funnel/pages/
- repo: https://github.com/ducminh-phan/reformat-gherkin
rev: v3.0.1
hooks:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.md

0 comments on commit 6d7339f

Please sign in to comment.