jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.33k stars 511 forks source link

Fix precommit & fix lint warnings #519

Closed davidgoli closed 2 years ago

davidgoli commented 2 years ago

The previous precommit hook was suboptimal, because it ran on all files and not just changed files in the commit. This fixes that problem, and to test the new hook, I also fixed the outstanding lint warnings.