1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 01:28:06 +02:00
pdf.js/external/.eslintrc
Jonas Jenwald 96d2a2f795 Enable the ESLint no-var rule in the external/ folder
These changes were done automatically, by using the `gulp lint --fix` command.
2021-03-14 11:43:25 +01:00

9 lines
76 B
Text

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