Created by: kunljha
Please add my name to the contributor's list :) Also I want to know that I did this commit by disabling prettier extension in my vs code because prettier was unnecessarily formatting the whole file which was resulting in unnecessary insertions and deletions. So my question is, How to tackle these kind of problems because Prettier is needed for code formatting but I also want to start doing open source contributions but with prettier it is adding unnecessary insertions and deletion of lines of code which results in rejection of pull request. Please reply :)