mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 01:28:06 +02:00
24 lines
316 B
Text
24 lines
316 B
Text
{
|
|
"extends": [
|
|
"../.eslintrc"
|
|
],
|
|
|
|
"parserOptions": {
|
|
"ecmaVersion": 5,
|
|
},
|
|
|
|
"env": {
|
|
"es6": false,
|
|
},
|
|
|
|
"globals": {
|
|
"pdfjsImageDecoders": false,
|
|
"pdfjsLib": false,
|
|
"pdfjsViewer": false,
|
|
"Uint8Array": false,
|
|
},
|
|
|
|
"rules": {
|
|
"object-shorthand": ["error", "never"]
|
|
}
|
|
}
|