Skip to content

Commit

Permalink
Merge pull request #2 from rstorey/yaml-prettier
Browse files Browse the repository at this point in the history
This is reasonable: I'd left that out by default since some projects have things Ansible playbooks with settings other than Prettier's defaults but we already assume that those projects can adjust their configuration as needed.
  • Loading branch information
acdha authored Jan 14, 2020
2 parents a41e4fc + 234d318 commit 5c31253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
rev: 1.18.2
hooks:
- id: prettier
files: \.(css|less|scss|ts|tsx|graphql|gql|js|jsx|md)$
files: \.(css|less|scss|ts|tsx|graphql|gql|js|jsx|md|yml|yaml)$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v6.4.0
hooks:
Expand Down

0 comments on commit 5c31253

Please sign in to comment.