Skip to content

Commit

Permalink
fixup! Add pre-commit hook to run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Apr 12, 2024
1 parent 94fedb5 commit 0fbdc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ repos:
- id: prettier
name: prettier
entry: arches/app/media/node_modules/.bin/prettier arches/app/src --write
language: script
language: system
2 changes: 1 addition & 1 deletion arches/install/arches-templates/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ repos:
- id: prettier
name: prettier
entry: ./{{ project_name }}/media/node_modules/.bin/prettier ./{{ project_name }}/src --write
language: script
language: system

0 comments on commit 0fbdc00

Please sign in to comment.