Skip to content

Commit

Permalink
fix(prettier): remove files with handlebar partials
Browse files Browse the repository at this point in the history
- handlebar partials are not yet supported by prettier, so removing files with errors
- prettier/prettier#11834
  • Loading branch information
nicolasrouanne committed Sep 3, 2022
1 parent cb6433b commit 5fa4cb4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
node_modules

# ignore files containing handlebar partials, because they are not yet supported by prettier
# https://github.com/prettier/prettier/issues/11834
partials/navigation.hbs
partials/postrelated.hbs
author.hbs
custom-basic.hbs
custom-full-bleed.hbs
default.hbs
index.hbs
page.hbs
post.hbs
tag.hbs
members/account.hbs
members/signin.hbs
members/signup.hbs

0 comments on commit 5fa4cb4

Please sign in to comment.