Skip to content

Commit 194b9ca

Browse files
sort imports in all TypeScript files using prettier
1 parent 164388d commit 194b9ca

File tree

219 files changed

+1197
-894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+1197
-894
lines changed

.prettierrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
2+
"plugins": ["@trivago/prettier-plugin-sort-imports"],
23
"trailingComma": "es5",
34
"printWidth": 100,
45
"tabWidth": 4,
56
"arrowParens": "avoid",
7+
"importOrder": ["^@src/(.*)$", "^\\.(\\.)?/(.*)$"],
8+
"importOrderSeparation": true,
9+
"importOrderSortSpecifiers": true,
10+
"importOrderSideEffects": false,
611
"overrides": [
712
{
813
"files": "*.json",

0 commit comments

Comments
 (0)