Skip to content

Commit 3e727a3

Browse files
committed
Add prettier-plugin-sort-imports plugin to prettier config
1 parent 486c070 commit 3e727a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.prettierrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
arrowParens: 'always',
77
printWidth: 190,
88
singleAttributePerLine: true,
9+
plugins: [require.resolve('@trivago/prettier-plugin-sort-imports')],
910
/** `importOrder` should be defined in an alphabetical order. */
1011
importOrder: [
1112
'@assets/(.*)$',

0 commit comments

Comments
 (0)