you-dont-need / You-Dont-Need-Momentjs

List of functions which you can use to replace moment.js + ESLint Plugin
MIT License
13.27k stars 318 forks source link

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

Open JustFly1984 opened 2 years ago

JustFly1984 commented 2 years ago

Please update to support eslint 8.9.0

viralata-dev commented 2 years ago

And 8.10.0 if possible... =)

aroy314 commented 2 years ago

Please update to 8.12.0 🙏

EmilyRosina commented 2 years ago

Duplicate of #108

EmilyRosina commented 1 year ago

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 commented 12 months ago

PR welcome