microsoft / backfill

A JavaScript caching library for reducing build time
MIT License
156 stars 31 forks source link

Run lint as part of CI build, and fix issues #429

Closed ecraig12345 closed 2 years ago

ecraig12345 commented 2 years ago

yarn lint should be running as part of the CI build to prevent errors from being checked in (since pre-commit checks can be skipped).

I also simplified some logic in backfill-cache to remove lint warnings.