We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf1b6d commit 8b65decCopy full SHA for 8b65dec
packages/prettier-config-qiwi/src/main/js/index.js
@@ -2,6 +2,7 @@ module.exports = {
2
trailingComma: 'all',
3
semi: false,
4
singleQuote: true,
5
+ plugins: ['@trivago/prettier-plugin-sort-imports'],
6
importOrder: ['^node:', '^react', '^@qiwi/', '^@pijma/', '^[^./]', '^[./]'],
7
importOrderSeparation: true,
8
importOrderSortSpecifiers: true,
0 commit comments