Skip to content

Commit

Permalink
Enable the temporary workaround for prettier/prettier#15742
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 4, 2023
1 parent d6b8e22 commit 6ff1dd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ repos:
rev: v4.0.0-alpha.3
hooks:
- id: prettier
entry: env PRETTIER_LEGACY_CLI=1 prettier
types_or: [javascript, css]
args:
- --trailing-comma=es5
- --trailing-comma=es5
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.55.0
hooks:
Expand Down

0 comments on commit 6ff1dd1

Please sign in to comment.