mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
12 lines
146 B
Text
12 lines
146 B
Text
|
{
|
||
|
"extends": [
|
||
|
"../.eslintrc"
|
||
|
],
|
||
|
|
||
|
"globals": {
|
||
|
"pdfjsImageDecoders": false,
|
||
|
"pdfjsLib": false,
|
||
|
"pdfjsViewer": false,
|
||
|
},
|
||
|
}
|