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.
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.