Skip to content

Commit

Permalink
ci: remove period in prettier command
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Perrotta committed Oct 25, 2023
1 parent 93d3749 commit 16d9eed
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 @@ -126,6 +126,6 @@ repos:
# ESLint may update code style (formatting) so keep prettier last.
- id: prettier
name: prettier
entry: 'npx prettier --write --ignore-unknown --check .'
entry: 'npx prettier --write --ignore-unknown --check'
language: system
types_or: [text]

0 comments on commit 16d9eed

Please sign in to comment.