Skip to content

Commit c7590a1

Browse files
committed
Fixed formatting
1 parent 24c3c49 commit c7590a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/docgen/docgen.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ https://github.com/firebase/firebase-js-sdk
3737
`;
3838

3939
const tmpDir = `${projectRoot}/temp`;
40-
const EXCLUDED_PACKAGES = ['app-compat', 'util', 'rules-unit-testing', 'data-connect'];
40+
const EXCLUDED_PACKAGES = [
41+
'app-compat',
42+
'util',
43+
'rules-unit-testing',
44+
'data-connect'
45+
];
4146

4247
/**
4348
* When ordering functions, will prioritize these first params at

0 commit comments

Comments
 (0)