ManpreetSL / habit-tracker

Group habit tracker
habit-tracker-omega.vercel.app
MIT License
0 stars 0 forks source link

Add ESLint rule for declaring constants before they are used #43

Closed ManpreetSL closed 1 year ago

ManpreetSL commented 1 year ago

Summary

It improves readability to declare constants above the call site.

Approach

ManpreetSL commented 1 year ago

Once the ESLint config got sorted out properly, this was done automatically:

Image

Therefore, we can drop this ticket.