Skip to content

Commit

Permalink
Chore: prettier, bump dependencies (#267)
Browse files Browse the repository at this point in the history
* Prettier, bump eslint

* Update package-lock.json
  • Loading branch information
ralfhandl authored Nov 7, 2023
1 parent 34f0f71 commit 8c7e7db
Show file tree
Hide file tree
Showing 12 changed files with 229 additions and 204 deletions.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function convert(source) {
});

stringifyStream(openapi, null, argv.pretty ? 4 : 0).pipe(
fs.createWriteStream(target)
fs.createWriteStream(target),
);

if (messages.length > 0) console.dir(messages);
Expand Down
Loading

0 comments on commit 8c7e7db

Please sign in to comment.