Project-Friendship / PFMobileAppV2

1 stars 0 forks source link

Add eslint to the project(APP) to ensure coding standards #11

Open dschoenbauer opened 1 year ago

dschoenbauer commented 1 year ago

ESLint statically analyzes your code to quickly find problems. It is built into most text editors and you can run ESLint as part of your continuous integration pipeline.

ESLint needs to be added to the repo so we can ensure proper coding practices. Once ESLint is added we need to configure it and add it to the git hub build process.