Skip to content

Commit

Permalink
fixup! Update dependencies and simplify project
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Sep 8, 2023
1 parent 89dc620 commit 753c72c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ export default {
importOrderGroupNamespaceSpecifiers: true,
importOrderSeparation: true,
importOrderSortSpecifiers: true,
plugins: ["@trivago/prettier-plugin-sort-imports"],
plugins: [
"@trivago/prettier-plugin-sort-imports",
"prettier-plugin-packagejson",
],
};

0 comments on commit 753c72c

Please sign in to comment.