Skip to content

Commit bccba6b

Browse files
committedAug 17, 2023
chore: update latest deps
1 parent 059af71 commit bccba6b

File tree

3 files changed

+187
-219
lines changed

3 files changed

+187
-219
lines changed
 

‎.prettierrc

+3-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
"trailingComma": "all",
55
"singleQuote": true,
66
"semi": true,
7-
"importOrder": [
8-
"^@nestjs(.*)$",
9-
"^@modules/(.*)$",
10-
"^[./]"
11-
],
7+
"plugins": ["@trivago/prettier-plugin-sort-imports"],
8+
"importOrder": ["^@nestjs(.*)$", "^@modules/(.*)$", "^[./]"],
129
"importOrderParserPlugins": ["typescript", "decorators-legacy"],
1310
"importOrderSeparation": true,
1411
"importOrderSortSpecifiers": true
15-
}
12+
}

0 commit comments

Comments
 (0)
Please sign in to comment.