Aatmaj-Zephyr / Basic-memory-game

This is a basic "memory game" which is implemented for practising java script
MIT License
5 stars 14 forks source link

Adding the Linter in this project #106

Closed anshul137 closed 1 year ago

anshul137 commented 1 year ago

Adding the linter

Linters help us spot "silly" mistakes that all programmers make, or help us avoid certain code patterns that often lead to bugs. We want to make it easy for ourselves and new developers joining our project to not introduce bugs or bad code. I will use ESlint

And i will Create a simple "one-step" solution for running your formatter and the linter on the entire project from the command line. This could be an ‘npm script’. Please assign me this issue as well i will work on it.

Thanks

github-actions[bot] commented 1 year ago

Thanks for the issue! Please feel free to wirk on it if you would like to!

anshul137 commented 1 year ago

@Aatmaj-Zephyr can you please review the PR