Skip to content

Commit 8f3cd9a

Browse files
committed
[switch-to-pnpm] allow Flow to process .cjs files which can appear as the entrypoints for some packages in node_modules
1 parent 35bf3b2 commit 8f3cd9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flowconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ esproposal.nullish_coalescing=enable
1515
munge_underscores=true
1616

1717
module.file_ext=.js
18+
module.file_ext=.cjs
1819

1920
suppress_type=$FlowIssue
2021
suppress_type=$FlowFixMe

0 commit comments

Comments
 (0)