Skip to content

Commit

Permalink
Update dependency @kristiandupont/dev-deps to v2.5.0 (#384)
Browse files Browse the repository at this point in the history
* Update dependency @kristiandupont/dev-deps to v2.5.0

* Fix prettier

* Fix last linter error

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kristian Dupont <kristian@kristiandupont.com>
  • Loading branch information
renovate[bot] and kristiandupont authored Jul 12, 2023
1 parent a009771 commit 1617727
Show file tree
Hide file tree
Showing 24 changed files with 506 additions and 549 deletions.
2 changes: 1 addition & 1 deletion generate-dvdrental.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ const connection = {
};
l.extractSchemas(connection).then((r) =>
// eslint-disable-next-line no-console
console.log(JSON.stringify(r, null, 2))
console.log(JSON.stringify(r, null, 2)),
);
Loading

0 comments on commit 1617727

Please sign in to comment.