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 7a0480f commit 84bb801Copy full SHA for 84bb801
src/prettier/index.ts
@@ -4,7 +4,7 @@ export default {
4
bracketSpacing: true,
5
endOfLine: 'lf',
6
importOrder: ['<THIRD_PARTY_MODULES>', '^@/(.*)$', '^[./]'],
7
- importOrderParserPlugins: ['typescript', 'decorators-legacy'],
+ importOrderParserPlugins: ['typescript', 'jsx', 'decorators'],
8
importOrderSeparation: true,
9
importOrderSortSpecifiers: true,
10
jsonRecursiveSort: false,
0 commit comments