mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Format json files in using prettier
This commit is contained in:
parent
51413be5b6
commit
29de9bdce6
8 changed files with 9356 additions and 8558 deletions
17756
test/test_manifest.json
17756
test/test_manifest.json
File diff suppressed because it is too large
Load diff
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
"spec_dir": "build/lib-legacy/test/unit",
|
||||
|
||||
"helpers": [
|
||||
"clitests_helper.js"
|
||||
],
|
||||
"helpers": ["clitests_helper.js"],
|
||||
|
||||
"spec_files": [
|
||||
"annotation_spec.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue