Skip to content

Commit ec03c85

Browse files
sort imports in all TypeScript files using prettier
1 parent 1bb4b6b commit ec03c85

File tree

219 files changed

+1199
-895
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

+1199
-895
lines changed

.prettierrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2+
"plugins": ["@trivago/prettier-plugin-sort-imports"],
3+
"endOfLine": "auto",
24
"trailingComma": "es5",
35
"printWidth": 100,
46
"tabWidth": 4,
57
"arrowParens": "avoid",
8+
"importOrder": ["^@src/(.*)$", "^\\.(\\.)?/(.*)$"],
9+
"importOrderSeparation": true,
10+
"importOrderSortSpecifiers": true,
11+
"importOrderSideEffects": false,
612
"overrides": [
713
{
814
"files": "*.json",

0 commit comments

Comments
 (0)