Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"eslint-plugin-you-dont-need-momentjs@1.6.0" has incorrect peer dependency "eslint@^5.5.0". #124

Open
JustFly1984 opened this issue Feb 15, 2022 · 5 comments

Comments

@JustFly1984
Copy link

Please update to support eslint 8.9.0

@viralata-dev
Copy link

And 8.10.0 if possible... =)

@aroy314
Copy link

aroy314 commented Apr 6, 2022

Please update to 8.12.0 🙏

@EmilyRosina
Copy link

Duplicate of #108

@EmilyRosina
Copy link

For anyone still frustrated by this, here's one option using npm:

Add this to package.json

  "overrides": {
    "eslint-plugin-you-dont-need-momentjs": {
      "eslint": "$eslint"
    }
  }

What this does:
Overrides the version of eslint as defined eslint-plugin-you-dont-need-momentjs under peerDependencies.eslint.

@stevemao
Copy link
Member

PR welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants