We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486c070 commit 3e727a3Copy full SHA for 3e727a3
.prettierrc.js
@@ -6,6 +6,7 @@ module.exports = {
6
arrowParens: 'always',
7
printWidth: 190,
8
singleAttributePerLine: true,
9
+ plugins: [require.resolve('@trivago/prettier-plugin-sort-imports')],
10
/** `importOrder` should be defined in an alphabetical order. */
11
importOrder: [
12
'@assets/(.*)$',
0 commit comments