1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00
pdf.js/test/.eslintrc
2018-11-23 13:49:58 +01:00

14 lines
154 B
Text

{
"extends": [
"../.eslintrc"
],
"env": {
"node": true,
"jasmine": true,
},
"rules": {
"no-restricted-globals": "off",
},
}