1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00
pdf.js/external/.eslintrc
2017-05-19 07:53:05 -05:00

13 lines
126 B
Text

{
"extends": [
../.eslintrc
],
"env": {
"node": true,
},
"rules": {
"object-shorthand": "off",
},
}