nicholaschiang / hammock

Move your newsletters outside of your inbox. Focus on and learn from the content you love in a distraction-free reading space.
https://readhammock.com
GNU Affero General Public License v3.0
11 stars 1 forks source link

Address TypeScript strict mode errors #1

Closed nicholaschiang closed 3 years ago

nicholaschiang commented 3 years ago

Previously, @kunalmodi was not using TypeScript's strict mode. I've since enabled it (for a number of important reasons), and have thus come up with a bunch of errors. This will be about refactoring his existing code base (following best practices enforced by my new ESLint hooks) to get rid of those errors.

ETA - 60mins