Skip to content

Commit 287cdfd

Browse files
committed
Update
[ghstack-poisoned]
1 parent d8ddd67 commit 287cdfd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/prettier/index.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ const files = glob
5656
'**/*.d.ts',
5757
'**/node_modules/**',
5858
'**/cjs/**',
59-
'packages/**/*.ts',
60-
'compiler/**/node_modules/**',
61-
'compiler/**/dist/**',
62-
'compiler/**/__snapshots__/**',
59+
'**/dist/**',
60+
'**/__snapshots__/**',
61+
'packages/**/*.ts', // runtime prettier uses Flow parser
6362
...ignoredPathsListedInPrettierIgnoreInGlobFormat,
6463
],
6564
})

0 commit comments

Comments
 (0)