Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
Change-Id: Id799eaf425ac0486941acf06ce064617b9e2d4a0
GitOrigin-RevId: a85f196506aa90e6b8ec7899d553543de7e877ea
  • Loading branch information
IcaroG authored and Copybara committed Jan 31, 2024
1 parent a8f6d33 commit ff99b47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ repos:
name: Run prettier on code written by humans
files: ^.*\.(js|jsx|cjs|mjs|ts|tsx|cts|mts|json|css|scss|md|toml|xml)$
exclude: (^.*/(plasmic|deps|static|\.yalc)/.*$)|(^loader-tests/data/.*\.json$)|(examples/hydrogen-.*)|(api/.*\.md$)
args: [NODE_OPTIONS=--max-old-space-size=4096]
# env:
# NODE_OPTIONS: "--max-old-space-size=4096"
entry: env NODE_OPTIONS=--max-old-space-size=4096 prettier --write --ignore-unknown
additional_dependencies:
- [email protected]
- [email protected]
Expand Down

0 comments on commit ff99b47

Please sign in to comment.