Skip to content

Commit

Permalink
Merge pull request #755 from elliottsj/prettier-sort-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottsj authored May 6, 2023
2 parents de9d842 + 4aa0fea commit fb74db9
Show file tree
Hide file tree
Showing 17 changed files with 146 additions and 120 deletions.
5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

6 changes: 6 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
printWidth: 100,
singleQuote: true,
trailingComma: 'all',
plugins: [require('@trivago/prettier-plugin-sort-imports')],
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@fortawesome/react-fontawesome": "0.1.19",
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "6.1.2",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/chroma-js": "2.1.4",
"@types/d3": "7.4.0",
"@types/jest": "29.2.4",
Expand Down
Loading

1 comment on commit fb74db9

@vercel
Copy link

@vercel vercel bot commented on fb74db9 May 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elliott-dev – ./

elliott-dev-git-master-elliottsj1.vercel.app
elliott-dev-elliottsj1.vercel.app
elliott.dev
elliott.lol

Please sign in to comment.