Remove HTML from pre-commit hooks until available (#5274)

The pre-commit hook registers for HTML files but that will always fail until #5098 is completed. This means that anyone following [the instructions](https://prettier.io/docs/en/precommit.html#option-3-pre-commit-https-githubcom-pre-commit-pre-commit) will have the hook fail any time they attempt to commit an HTML file.
master
Chris Adams 2018-10-16 20:40:04 -04:00 committed by Ika
parent 59c075b311
commit 4cc0363b40
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
entry: prettier --write
language: node
# From https://github.com/prettier/prettier/blob/7a7eb170/docs/index.md
files: \.(css|less|scss|html|ts|tsx|graphql|gql|json|js|jsx|md)$
files: \.(css|less|scss|ts|tsx|graphql|gql|json|js|jsx|md)$