Fix lint failures
Created by: rhelmer
I've found and fixed a few eslint errors, @bchivers-stanford the only part I am not 100% sure about is the adCssSelectors
in the page-ads.js
content script - I'm presuming that ad_css_selectors.js
is imported implicitly somewhere?
Merge request reports
Activity
Filter activity
Created by: bchivers-stanford
Thanks for doing all this!
adCssSelectors
is submitted as a separate JS file to run beforepage-ads.js
(see here). Should I be importing it inpage-ads.js
instead?
Please register or sign in to reply