Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
willsawyerrrr committed Jan 19, 2024
1 parent 54c992c commit 413eb20
Show file tree
Hide file tree
Showing 4 changed files with 478 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"importOrder": ["<THIRD_PARTY_MODULES>", "^[./]"],
"importOrderSeparation": true,
"jsxSingleQuote": false,
"overrides": [
{
Expand All @@ -11,6 +13,7 @@
}
}
],
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"printWidth": 100,
"quoteProps": "consistent",
"semi": true,
Expand Down
Loading

0 comments on commit 413eb20

Please sign in to comment.