Skip to content

Commit

Permalink
chore: add prettier to pre-commit hook configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Aug 21, 2024
1 parent 990681d commit 54f2cee
Showing 1 changed file with 6 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 @@ -81,3 +81,9 @@ repos:
args: ["--verbose"]
- id: check-github-workflows
args: ["--verbose"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
types_or: [yaml, html, css, scss, javascript, json, toml]

0 comments on commit 54f2cee

Please sign in to comment.