1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 09:08:07 +02:00

Merge pull request #17525 from calixteman/prettier_json

Format json files in using prettier
This commit is contained in:
calixteman 2024-01-16 20:16:56 +01:00 committed by GitHub
commit bf6cc83e7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 9356 additions and 8558 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,16 +11,11 @@
"baseUrl": "./",
"strict": true,
"types": [],
"lib": [
"ESNext",
"DOM"
],
"lib": ["ESNext", "DOM"],
"paths": {
"pdfjs-dist": ["../../build/typestest"],
"pdfjs-dist/*": ["../../build/typestest/*"]
}
},
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}

View file

@ -1,9 +1,7 @@
{
"spec_dir": "build/lib-legacy/test/unit",
"helpers": [
"clitests_helper.js"
],
"helpers": ["clitests_helper.js"],
"spec_files": [
"annotation_spec.js",