Closed reficul31 closed 7 years ago
There are 10(5 warnings and 5 errors) persisting errors that I cannot resolve as they require some big design decisions. It would be really helpful if someone could help me with them.
This error finds its source. It is currently set to warning. Places of occurrence
src/activity-logger/background/log-page-visit.js => (finalPagePromise , visit) both are unused vars
This error finds it source. It is currently set to warning. Places of occurrence.
src/options/layout.jsx => (location, children) both are unused prop types
This error finds its source. It is currently set to error. Places of occurrence
src/util/event-to-promise.js => line 58
This error finds its source. It is currently set to error. Places of occurrence
src/util/tab-events.js => line 29
This error finds its source. It is currently set to error. Places of occurrence
src/util/webextensionRPC.js => line 27 and 17 src/util/when-all-settled.js => line 3
These are all the errors that are still there. If we could remove all the errors or remove their lint rules then the code will be fully clean. I will continue looking for more rules that can help make the project more consistent. Thanks. Once the rules are finalized and integrated I will continue to add the git hook.
Thanks for the PR. I will do another round of changes to remove (or suppress) the remaining warnings/errors.
Done & merged. GitHub seems not to have detected that, so closing this manually. Thanks for the effort!
@Treora thanks for all the help!!
Features of the PR.
@Treora Please take into account that the PR still has some errors. Please either remove the errors or remove the lint itself. Please check and see if the rules are to the maintainers liking, or they can always be changed. Thanks.
USAGE