1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00
pdf.js/examples/node/.eslintrc

10 lines
78 B
Text
Raw Normal View History

{
"extends": [
"../.eslintrc"
],
"env": {
"node": true,
},
}