mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
22 lines
265 B
Text
22 lines
265 B
Text
{
|
|
"extends": [
|
|
../../.eslintrc
|
|
],
|
|
|
|
"env": {
|
|
"webextensions": true
|
|
},
|
|
|
|
"plugins": [
|
|
"mozilla"
|
|
],
|
|
|
|
"parserOptions": {
|
|
"sourceType": "script"
|
|
},
|
|
|
|
"rules": {
|
|
"mozilla/import-globals": "error",
|
|
"object-shorthand": "off",
|
|
},
|
|
}
|