DemonDaddy22 / FoGit

FoGit is an open-source project which aims to provide an easy tool to the user to find out who all are not following back the user on GitHub among other things.

Home Page:https://demondaddy22.github.io/FoGit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ESLint, Prettier and Linting workflow

DemonDaddy22 opened this issue · comments

Please describe the motive behind this issue.
Need to define a certain set of rules to be followed for consistent code quality.

Describe the solution you'd like to propose
Will add ESLint and Prettier dependencies along with custom rules which can ensure better code quality. Also, adding a workflow to perform linting on pull requests can save reviewers' time.

Describe alternatives you've considered
Manually trying to adhere to best coding practices, which can definitely lead to inconsistency.

Additional context
Add any other context or screenshots which might be helpful.
Referring https://github.com/DemonDaddy22/Appunti-Client/ for ESLint rules and workflow setup.