Run Lint from the command line?
Created by: danielstern
It would be great to be able to type
eslint
into bash and have it run ESLint just like it was building. As it is, it can't find the config file unless I eject. Is ejection really necessary here?