Skip to content

Commit

Permalink
Spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jan 17, 2024
1 parent 75ec1f7 commit 6c6a332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
"softlines",
"Sorin",
"Sosuke",
"sosukesuzuki",
"Spampinato",
"speculationrules",
"srcset",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/steps/bump-prettier.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default async function bumpPrettier(params) {

await logPromise(
"Installing Prettier",
// TODO[@fisker,@sosukesuzuki]: Remove this if `yarn up ...` works
// TODO: Remove this if `yarn up ...` works
// runYarn(["add", "--dev", `prettier@${version}`]),
runYarn(["up", `prettier@${version}`]),
);
Expand Down

0 comments on commit 6c6a332

Please sign in to comment.