-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1683 from glimmerjs/use-our-own-glimmer-syntax-fo…
…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
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.