teambtcmap / btcmap.org

Free and open source bitcoin map web application
https://btcmap.org
GNU Affero General Public License v3.0
41 stars 10 forks source link

Add ESLint and Typescript #34

Closed thebrandonlucas closed 8 months ago

thebrandonlucas commented 1 year ago

Add ESLint and Typescript to improve code quality and maintainability, and automate running them on staged files prior to commits using lint-staged and husky (husky added in #31).

Will be adding the following packages:

Using this guide.

I am available to work on this if we'd like to add.

secondl1ght commented 1 year ago

Thanks for the suggestion @thebrandonlucas, I don't think I want to add either of these at this time but I will keep this issue open and we can revisit in the future.

thebrandonlucas commented 1 year ago

Thanks for the suggestion @thebrandonlucas, I don't think I want to add either of these at this time but I will keep this issue open and we can revisit in the future.

Works for me :)

secondl1ght commented 8 months ago