Remove deprecated eslint GitHub action #48
Labels
dependencies
Pull requests that update a dependency file
good first issue
Good for newcomers
help wanted
Extra attention is needed
tech
eslint/github-action
has been deprecated.It recommends using functionality built in to
actions/setup-node
instead but this functionality is undocumented and there is an issue claiming it is incomplete. actions/setup-node#96Another option is to remove sufficient JavaScript so that we do not feel the need to use eslint, or to use Prettier formatting instead of style linting.
This is not urgent, opening this issue to ensure this is considered when working on this repo in future.
The text was updated successfully, but these errors were encountered: