I would like to ask what is the status of the pronto-eslint gem, and whether we have alternatives to running ESLint with Pronto?
I see the gem was updated to run with the latest Pronto release, but two issues were closed yesterday with the following comment:
I think this runner is effectively obsolete as eslintrb hasn't been updated since 2016.
Indeed, eslintrb seems obsolete, but https://github.com/doits/pronto-eslint_npm (also unmaintained :( ) has shown that it is indeed possible to run eslint directly from NPM packages without the need of the eslintrb wrapper.
@ashkulz would @prontolabs be open to reviewing and merging a PR that brings that feature and removes the eslintrb dependency?
I would like to ask what is the status of the
pronto-eslintgem, and whether we have alternatives to running ESLint with Pronto?I see the gem was updated to run with the latest Pronto release, but two issues were closed yesterday with the following comment:
Indeed, eslintrb seems obsolete, but https://github.com/doits/pronto-eslint_npm (also unmaintained :( ) has shown that it is indeed possible to run
eslintdirectly from NPM packages without the need of theeslintrbwrapper.@ashkulz would @prontolabs be open to reviewing and merging a PR that brings that feature and removes the
eslintrbdependency?