elementary / website

The elementary.io website
https://elementary.io
MIT License
1.23k stars 704 forks source link

Fix JS Lint Warnings #3448

Closed lewisgoddard closed 2 days ago

lewisgoddard commented 6 months ago

Fixes the warnings that appear in the lint logs due to old style var usage over let or const for variable assignment.

This pull request is ready for review.

lewisgoddard commented 6 months ago

Previous run with warnings in CI annotations: https://github.com/elementary/website/actions/runs/7532773670 New run without warnings from this branch: https://github.com/elementary/website/actions/runs/7545597357