bitcoinsearch / bitcoinsearch-app

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

Automate code linting (development) #54

Closed Extheoisah closed 3 months ago

Extheoisah commented 1 year ago

Currently, you have to manually run each lint script (e.g. npm run eslint:fix or npm run prettier:fix) to detect and fix code styles issues. This will reduce development time and performance and can lead to different linting errors being introduced (unintentionally) in the code base.

We can mitigate this by automating the process as this will reduce the scripts the developer has to run and will ensure faster development. It will also ensure that there is uniform code style in the repository.