Bug 1702539 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

+++ This bug was initially created as a clone of Bug #1702532 +++

We should fix these errors in order to enable eslint in the screenshots directory.

To find the errors:
1. Temporarily comment out https://searchfox.org/mozilla-central/rev/4fa18c26fa907f38d56b599571b9846af1506f3c/.eslintignore#43-45
2. Run `./mach lint browser/extensions/screenshots/background/selectorLoader.js`

First, check if this can receive an automatic fix via:
./mach lint browser/extensions/screenshots/background/selectorLoader.js --fix.

Otherwise, investigate the failures and see if it requires a manual fix

Back to Bug 1702539 Comment 0