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

10 lines
76 B
Plaintext

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