Run linting in continuous integration
Created by: excitement-engineer
I am wondering if it is possible to perform an eslint check during continuous integration to ensure that the coding guidelines are maintained by developers.
Does anyone know of a way to do this?