1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Merge pull request #12840 from Snuffleupagus/sort-exports

Use ESLint to ensure that `export`s are sorted alphabetically
This commit is contained in:
Tim van der Meij 2021-01-10 13:17:28 +01:00 committed by GitHub
commit 699d65eb1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 178 additions and 166 deletions

View file

@ -141,11 +141,11 @@ function isEmptyObj(obj) {
}
export {
DefaultFileReaderFactory,
XRefMock,
buildGetDocumentParams,
TEST_PDFS_PATH,
CMAP_PARAMS,
createIdFactory,
DefaultFileReaderFactory,
isEmptyObj,
TEST_PDFS_PATH,
XRefMock,
};