You-Dont-Need-Momentjs icon indicating copy to clipboard operation
You-Dont-Need-Momentjs copied to clipboard

"[email protected]" has incorrect peer dependency "eslint@^5.5.0".

Open JustFly1984 opened this issue 2 years ago • 5 comments

Please update to support eslint 8.9.0

JustFly1984 avatar Feb 15 '22 23:02 JustFly1984

And 8.10.0 if possible... =)

viralata-dev avatar Mar 09 '22 17:03 viralata-dev

Please update to 8.12.0 🙏

aroy314 avatar Apr 06 '22 09:04 aroy314

Duplicate of #108

EmilyRosina avatar Sep 01 '22 15:09 EmilyRosina

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.

EmilyRosina avatar Jul 23 '23 18:07 EmilyRosina

PR welcome

stevemao avatar Oct 18 '23 23:10 stevemao