Skip to content

Commit

Permalink
Merge pull request #1683 from glimmerjs/use-our-own-glimmer-syntax-fo…
Browse files Browse the repository at this point in the history
…r-prettier

Use our own local copy of @glimemr/syntax when we run prettier to make sure we didn't break prettier
  • Loading branch information
NullVoxPopuli authored Jan 21, 2025
2 parents 97689fd + b2dd740 commit f67274e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@
},
"packageManager": "[email protected]",
"pnpm": {
"notes": {
"override:@glimemr/syntax": "when we run prettier, we want to use our local copy of prettier, not the one it declared in its package.json. This ensures that we don't accidentally break prettier as we make changes to @glimmer/syntax"
},
"overrides": {
"@glimmer/syntax": "workspace:*",
"@rollup/pluginutils": "^5.0.2",
"@types/node": "$@types/node",
"typescript": "$typescript"
Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f67274e

Please sign in to comment.