Closed vladimyr closed 4 years ago
Personally, I use prettier when doing development. While I agree that an automated and standardized sort of linter is important for larger projects, this is a small project with < 100 lines of code. I will be able to review each PR and do the formatting changes on my end before merging. Additionally, I used babel in the initial versions of this script. There were some comments that since I bill the URL shortener as minimal, why is there a need for node to be a dependency. Thus, I removed all dependence on node as it is really unnecessary for a project that is so small. That being said, you could create your own fork of this (you can get a domain for free over at https://www.freenom.com/), and I will be glad to list it in the README file!
Ensure consistent code formatting by using
.editorconfig
.