[x] First thing that needs to be done is the creation of a wiki page that lists all the coding conventions that we have chosen to follow throughout the project.
[x] Add ESLint to the project (a tool that allows us to maintain code quality and enforce code conventions. ESLint is a static code evaluator. Basically, it means that ESLint will not actually execute the code but will instead read through the source code to see if all the preconfigured code conventions are followed by the developers.)
[x] First thing that needs to be done is the creation of a wiki page that lists all the coding conventions that we have chosen to follow throughout the project.
[x] Add ESLint to the project (a tool that allows us to maintain code quality and enforce code conventions. ESLint is a static code evaluator. Basically, it means that ESLint will not actually execute the code but will instead read through the source code to see if all the preconfigured code conventions are followed by the developers.)