Skip to content

Commit 84bb801

Browse files
🐛 fix: Fix jsx
1 parent 7a0480f commit 84bb801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prettier/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
bracketSpacing: true,
55
endOfLine: 'lf',
66
importOrder: ['<THIRD_PARTY_MODULES>', '^@/(.*)$', '^[./]'],
7-
importOrderParserPlugins: ['typescript', 'decorators-legacy'],
7+
importOrderParserPlugins: ['typescript', 'jsx', 'decorators'],
88
importOrderSeparation: true,
99
importOrderSortSpecifiers: true,
1010
jsonRecursiveSort: false,

0 commit comments

Comments
 (0)