Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Sep 19, 2024
1 parent 24c3c49 commit c7590a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/docgen/docgen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ https://github.com/firebase/firebase-js-sdk
`;

const tmpDir = `${projectRoot}/temp`;
const EXCLUDED_PACKAGES = ['app-compat', 'util', 'rules-unit-testing', 'data-connect'];
const EXCLUDED_PACKAGES = [
'app-compat',
'util',
'rules-unit-testing',
'data-connect'
];

/**
* When ordering functions, will prioritize these first params at
Expand Down

0 comments on commit c7590a1

Please sign in to comment.