Skip to content

chore(js): update fix:fmt config #2514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ repos:
)
- repo: local
hooks:
- id: turbo-fix
name: Run turbo fix on packages changed since the last commit
- id: turbo-fix-format
name: Run turbo fix on packages
language: system
entry: sh -c 'TURBO_SCM_BASE="HEAD^1" pnpm turbo fix --affected'
entry: sh -c 'pnpm turbo fix'
pass_filenames: false
# Hooks for the remote executor
- id: cargo-fmt-remote-executor
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pnpm-lock.yaml
patches/
.turbo/
target_chains/sui/vendor/
lazer/contracts/evm/lib/

# This should stay in sync with the list of workspaces from
# `pnpm-workspace.yaml`
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/
Loading