pdf.js/examples
Jonas Jenwald ba079453bf Enable the ESLint no-debugger and no-alert rules
The `debugger`-statement would only, potentially, make sense during development and we thus want to prevent it from being accidentally included when landing code.
The `alert`, `confirm`, and `prompt` functions should generally be avoided, with the few intended cases manually allowed.

Please find additional details about the ESLint rules at:
 - https://eslint.org/docs/rules/no-debugger
 - https://eslint.org/docs/rules/no-alert
2020-10-05 13:41:06 +02:00
..
acroforms Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
browserify Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
components Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
image_decoders Enable auto-formatting of the entire code-base using Prettier (issue 11444) 2019-12-26 12:34:24 +01:00
learning Add direction: ltr; to the canvases used in examples/learning, to ensure correct text rendering (issue 11457) 2020-01-12 12:25:23 +01:00
mobile-viewer Re-format all web/*.css files using Stylelint/Prettier 2020-08-30 21:49:08 +02:00
node [api-minor] Use the NodeCanvasFactory/NodeCMapReaderFactory classes as defaults in Node.js environments (issue 11900) 2020-07-02 04:44:23 +02:00
svgviewer Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
text-only Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
webpack Fix pdfjs-dist/webpack causing errors with certain configs 2020-06-03 14:50:41 -04:00
.eslintrc Enable the ESLint no-debugger and no-alert rules 2020-10-05 13:41:06 +02:00