eslint-action
eslint-action copied to clipboard
ESLint not found
Same. Not sure if Github changed the image or something.
Just add yarn run
before eslint: run: yarn run eslint . --ext .js,.jsx,.ts,.tsx
.
More info here.
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