Skip to content

Commit

Permalink
ci/lint: simplify prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Apr 6, 2024
1 parent f5f7798 commit 034abc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ repos:
- id: dockerfilelint

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
files: \.(json|yml|yaml|toml)
# https://prettier.io/docs/en/options.html#print-width
args: ["--print-width=120"]
2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

0 comments on commit 034abc7

Please sign in to comment.