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:
commit
699d65eb1c
37 changed files with 178 additions and 166 deletions
|
@ -141,11 +141,11 @@ function isEmptyObj(obj) {
|
|||
}
|
||||
|
||||
export {
|
||||
DefaultFileReaderFactory,
|
||||
XRefMock,
|
||||
buildGetDocumentParams,
|
||||
TEST_PDFS_PATH,
|
||||
CMAP_PARAMS,
|
||||
createIdFactory,
|
||||
DefaultFileReaderFactory,
|
||||
isEmptyObj,
|
||||
TEST_PDFS_PATH,
|
||||
XRefMock,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue