j-palindrome / obsidian-time-ruler

A drag-and-drop time ruler combining the best of a task list and a calendar view (integrates with Tasks, Full Calendar, and Dataview).
MIT License
214 stars 7 forks source link

Replace outlier var declarations with let declarations #87

Closed LiamSwayne closed 9 months ago

LiamSwayne commented 9 months ago

Replaces outlier var declarations with let declarations. let is used much more frequently in this repository.