-
Notifications
You must be signed in to change notification settings - Fork 657
Implement ESLint rules #94
Comments
I'd like to try working on |
I started working on |
I would like to try working on |
I'd like to try on |
I'd like to try taking on |
Taking a look at |
I'm taking on |
Would take |
I've added links to the ESLint rule documentation, src implementation and test implementation as it might be useful for people working on them.
|
Some general observations/thoughts while working on the
|
Hey is anyone interested in discussing some pointers on implementation of |
Taking |
@JayaKrishnaNamburu Sounds like one of the more fun ones. I'd be interested in thinking about it. Got a branch up yet? |
Sure @macovedj i will update it tomorrow and let's discuss there 😄 |
I don't think it would be as straightforward as ESLint since we don't have the same concept of code paths. It's fine if it's not as smart. Rome has a more sophisticated analysis system in |
I've updated the main issue body with the latest PRs. |
My user is @MattsJones not @MattJones btw 😅 |
Oops, sorry @MattJones 😛 |
I will work on |
I'll take |
Sure, Thank you. I will continue my work then 👍 😄 |
Happy to pickup I was thinking we should block everything matching |
Sounds good to me! |
Picking up |
I'll pick up |
I'm taking on |
I will pick up |
I'm taking |
I can do |
Updated the issue body. Thanks everyone! Super happy and appreciative of all the PRs so far! |
I can do |
I would like to try |
I'm going to try to work on |
picking up |
I'll take on |
There's been some changes to structure since this issue was created and many of the PRs submitted. I just created a PR that adds a simple rule #196 and included some instructions that will hopefully be helpful to others. |
@sebmck can you please update the list? I see some rules in the list that are unchecked but are already implemented. Oh and I implemented Edit: Actually, all of them are done after my PR. Unless you add some more, this can be closed? |
@tatchi and I should have confirmed (and researched) before jumping to implementation. 😆 Duplicate efforts. haha |
It actually looks like all these rules have been implemented or deferred. If anyone has any other ideas for lint rules, whether ones that already exist, or new ones that are made easier/justified with an easy autofix, please open an issue to discuss! |
Followed is a list of ESLint rules that we should implement.
return
statements in getters (getter-return) implement getter-return lint rule #129Please comment if you want to work on one of these and I'll mark you to avoid duplicating work. Mentions next to rules indicate that someone else is working on it. If a PR isn't opened within a few days then it will be up for grabs.
A checkmark indicates an open PR.
The text was updated successfully, but these errors were encountered: