Skip to content

Commit

Permalink
Bump Dependencies (#1561)
Browse files Browse the repository at this point in the history
* Bump Dependencies

* Prettier: reference plugin by name

- npm run format
- trailingComma: "es5"

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: campersau <[email protected]>
  • Loading branch information
github-actions[bot] and campersau committed Jul 16, 2023
1 parent be59365 commit e8a41b6
Show file tree
Hide file tree
Showing 5 changed files with 1,190 additions and 2,280 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"endOfLine": "lf",
"trailingComma": "es5",
"jsdocUseInlineCommentForASingleTagBlock": true,
"plugins": ["./node_modules/@homer0/prettier-plugin-jsdoc"],
"plugins": ["@homer0/prettier-plugin-jsdoc"],
"printWidth": 100,
"singleQuote": true
}
Loading

0 comments on commit e8a41b6

Please sign in to comment.