web-platform-tests / wpt.fyi

web-platform-tests dashboard
https://wpt.fyi/
Other
185 stars 88 forks source link

Expand linting to all JS files under webapp/components/ #3850

Closed past closed 4 months ago

past commented 4 months ago

There is a discrepancy in the paths npm run lint and npm run lint-fix use that appears to be accidental. I couldn't find anything in the commit history that indicates otherwise. Regardless, we should lint as much as possible, so this change expands the linting to every JS file under components.

past commented 4 months ago

Note that this is based on top of #3848 which contributes the first two commits here (PRs aren't great for reviewing dependent changes).