Skip to content

Commit 9d9bcf5

Browse files
authored
Merge pull request #1118 from nojaf/prettier
Setup prettier
2 parents accb287 + 70c3b17 commit 9d9bcf5

File tree

142 files changed

+2238
-2458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+2238
-2458
lines changed

.github/workflows/bump-version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else if (semver.minor(release) - semver.minor(latestPublish) === 1) {
4040
// minor higher than the release version.
4141
else {
4242
throw new Error(
43-
"Version number minors are more than off by one, check package.json and (pre-)published versions manually."
43+
"Version number minors are more than off by one, check package.json and (pre-)published versions manually.",
4444
);
4545
}
4646

@@ -50,5 +50,5 @@ if (!semver.valid(newVersion)) {
5050

5151
fs.appendFileSync(
5252
process.env.GITHUB_OUTPUT,
53-
`new_version=${newVersion}${os.EOL}`
53+
`new_version=${newVersion}${os.EOL}`,
5454
);

0 commit comments

Comments
 (0)