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