eslint / eslint-release

The ESLint release tool
Other
24 stars 11 forks source link

Fix: Make npm install work #51

Closed nzakas closed 3 years ago

nzakas commented 3 years ago

npm install isn't working due to peer dependencies in eslint-config-eslint, which is throwing npm 7 into a rage.

This just remove eslint-config-eslint for now so we can start developing again. The real fix is to update eslint-config-eslint.

eslint-github-bot[bot] commented 3 years ago

Hi @nzakas!, thanks for the Pull Request

The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.

Read more about contributing to ESLint here

nzakas commented 3 years ago

Closing in favor of #54.