Aatmaj-Zephyr / Basic-memory-game

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

Added the Eslint in project #107

Closed anshul137 closed 1 year ago

anshul137 commented 1 year ago

General Overview

What does this PR do?

Added 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

Related PRs and Issues

Closes #106

Have you updated the README.md file?

Have you made any big breakthrough change?

Is the code beautified?

Is the code clear to understand woth proper variable naming and comments?