pdf.js/extensions/chromium
Tim van der Meij be93d530de
Remove the eslint-plugin-mozilla dependency
We only used two rules from the plugin which can both easily be replaced
nowadays:

- `mozilla/avoid-removeChild` is equal to the already active
  `unicorn/prefer-dom-node-remove` rule; please see [1] and [2].
- `mozilla/import-globals` is mostly obsolete nowadays ever since we
  removed the Firefox extension code from this repository and we
  eliminated most globals usage. The three remaining occurrences can be
  replaced with explicit `/* globals */` comments that we already use
  elsewhere, which overall is also more consistent.

[1] https://firefox-source-docs.mozilla.org/code-quality/lint/linters/eslint-plugin-mozilla/rules/avoid-removeChild.html
[2] https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-dom-node-remove.md
2024-08-08 19:51:20 +02:00
..
options Give all HTML button elements a type 2024-07-30 18:49:18 +02:00
pageAction Enable the ESLint object-shorthand rule in the extensions/chromium/-folder 2021-08-22 12:33:02 +02:00
.eslintrc Remove the eslint-plugin-mozilla dependency 2024-08-08 19:51:20 +02:00
.gitignore Renaming of extensions/chrome folder to extensions/chromium, and small tweak to manifest.json description as per #3600 2013-08-21 18:11:35 +02:00
contentscript.js [CRX] Drop code supporting ancient Chrome versions 2023-07-02 17:23:18 +02:00
contentstyle.css [CRX] Drop code supporting ancient Chrome versions 2023-07-02 17:23:18 +02:00
extension-router.js Use a limit, in more places, when splitting strings 2024-02-02 13:10:52 +01:00
icon16.png optimize png images using zopflipng 2016-07-10 17:49:16 +08:00
icon19.png optimize png images using zopflipng 2016-07-10 17:49:16 +08:00
icon38.png optimize png images using zopflipng 2016-07-10 17:49:16 +08:00
icon48.png optimize png images using zopflipng 2016-07-10 17:49:16 +08:00
icon128.png optimize png images using zopflipng 2016-07-10 17:49:16 +08:00
manifest.json Format json files in using prettier 2024-01-16 19:40:25 +01:00
pdfHandler-vcros.js Remove the eslint-plugin-mozilla dependency 2024-08-08 19:51:20 +02:00
pdfHandler.html [CRX] Remove feature-detect.js 2018-01-26 15:54:35 +01:00
pdfHandler.js Remove the eslint-plugin-mozilla dependency 2024-08-08 19:51:20 +02:00
preferences_schema.json [Editor] Add a new dialog for alt-text settings (bug 1909604) 2024-08-01 21:34:50 +02:00
preserve-referer.js Remove the eslint-plugin-mozilla dependency 2024-08-08 19:51:20 +02:00
restoretab.html Restore extension tab after reload 2015-08-14 19:00:12 +02:00
restoretab.js Enable auto-formatting of the entire code-base using Prettier (issue 11444) 2019-12-26 12:34:24 +01:00
suppress-update.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
telemetry.js [CRX] Drop code supporting ancient Chrome versions 2023-07-02 17:23:18 +02:00