pdf.js/examples/node
Jonas Jenwald 5c712f2131 Enable the ESLint no-var rule in the examples/ folder
Updating the examples to use `let`/`const` should be fine, given that they are available in all browsers/platforms that the PDF.js library now supports; please note the following compatibility information:

 - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let#browser_compatibility
 - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const#browser_compatibility
2021-03-12 17:52:52 +01:00
..
pdf2png Replace *most* cases of var with let/const in the examples/ folder 2021-03-12 17:16:59 +01:00
.eslintrc Turn on ESLint in examples directory, apply examples-specific exceptions 2018-12-11 15:23:26 +01:00
domstubs.js Enable the ESLint no-var rule in the examples/ folder 2021-03-12 17:52:52 +01:00
getinfo.js Replace *most* cases of var with let/const in the examples/ folder 2021-03-12 17:16:59 +01:00
pdf2svg.js Replace *most* cases of var with let/const in the examples/ folder 2021-03-12 17:16:59 +01:00