ESLint Plugin #962
Replies: 13 comments
-
Hello, and thanks for the kind words. I'll jump right in:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for clarifying the perf concerns, it totally makes sense. About ESLint, let me clarify what i wanted to express.
See? Here you would just be reimplementing the ESLint CLI functionality: |
Beta Was this translation helpful? Give feedback.
-
Even Ramda has one. |
Beta Was this translation helpful? Give feedback.
-
Your examples are from vanilla JS to lodash/ramda, not from one library to the other. If your project is already using Lodash, the vanilla -> Remeda is not the main hurdle to adoption, the lint rule wouldn't help in those cases. |
Beta Was this translation helpful? Give feedback.
-
The point is not the Lodash > Remeda migration. That's the easy part, because most utils overlap, even by names. |
Beta Was this translation helpful? Give feedback.
-
i think the eslint plugin is a good idea; is that the only feature request from this issue? if so, let's rename this issue and use it to track this? |
Beta Was this translation helpful? Give feedback.
-
Yes, fine by me 👍 |
Beta Was this translation helpful? Give feedback.
-
I'll start working on this today. |
Beta Was this translation helpful? Give feedback.
-
I started working on it in here https://github.com/AndreaPontrandolfo/eslint-plugin-remeda. |
Beta Was this translation helpful? Give feedback.
-
Hey guys, made some decent progress over at eslint-plugin-remeda. The progress i made so far:
If if there is any specific recommendation or guideline let me know. I'll keep going and keep you updated on the status of the project. |
Beta Was this translation helpful? Give feedback.
-
@AndreaPontrandolfo that's cool! my main question is, if you're basing this off of |
Beta Was this translation helpful? Give feedback.
-
it looks to be MIT. |
Beta Was this translation helpful? Give feedback.
-
Hey guys, another update! I finally published the V1 of the package on NPM! eslint-plugin-remeda Let me know if you have any feedback or if you have any interest in collaborating! |
Beta Was this translation helpful? Give feedback.
-
Hey, i'm following the developments of Remeda and i have to say, this looks to be the most promising Lodash alternative in the wild right now.
Many have been born trough the years but almost all of them got abandoned at some point. Apparently replacing Lodash is no easy task.
There are a few concerns that i want to raise that could be key to the widespread adoption o this lib:
Beta Was this translation helpful? Give feedback.
All reactions