bitcoinsearch / bitcoinsearch-app

Search the depths of bitcoin’s technical ecosystem
https://bitcoinsearch.xyz
Apache License 2.0
15 stars 13 forks source link

chore: automate code linting for faster dev workflow #55

Closed Extheoisah closed 4 months ago

Extheoisah commented 1 year ago

This should resolve issue https://github.com/bitcoinsearch/bitcoinsearch-frontend/issues/54

The main change of this PR is the addition of the Makefile and some linting scripts in the package.json file. Other changes are minor and are just linting fixes which I fixed by running the new script make fmt

netlify[bot] commented 1 year ago

Deploy Preview for bitcoinsearch ready!

Name Link
Latest commit 9d0208491af8ee7343430ba0cfdbb0233688423d
Latest deploy log https://app.netlify.com/sites/bitcoinsearch/deploys/6401d0b1d4a4720008b1be5c
Deploy Preview https://deploy-preview-55--bitcoinsearch.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Emmanuel-Develops commented 1 year ago

Thanks for the contribution! Easier workflow for me with the make fmt script. @adamjonas kindly review.