eslint-action icon indicating copy to clipboard operation
eslint-action copied to clipboard

ESLint not found

Open moueza opened this issue 4 years ago • 3 comments

Hi,

ESLint not found

moueza avatar Nov 08 '20 10:11 moueza

Same. Not sure if Github changed the image or something.

orcutt989 avatar May 03 '21 15:05 orcutt989

Just add yarn run before eslint: run: yarn run eslint . --ext .js,.jsx,.ts,.tsx. More info here.

Puh00 avatar Jul 29 '21 22:07 Puh00

Neither yarn nor eslint are installed in the github runner images. I think we need this extension again!

Also eslint --init is not handled.

https://github.com/actions/virtual-environments/search?q=eslint&type=code

https://github.com/actions/virtual-environments/search?q=yarn&type=code

orcutt989 avatar Aug 13 '21 19:08 orcutt989