-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[WIP] refactor to eslint airbnb, remove babel-eslint #1559
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
Conversation
@johnsoftek it's not too late, it's a work in progress. There was a discussion about semicolons somewhere, for me it seriously does not matter. I want on one project with semicolons - I'm fine, working on the other one without them - I'm fine too.
airbnb is the most used eslint config and most developers are familiar with it. re: semicolons we can also customise the rules and switch it off, but I don't think we should do it. |
@gaearon it ✅ passes the tests. I will update the docs soon, ping me once the PRs you wanted to merge before this, are merged and I'll update this branch with master so we can merge it in. |
Anything happening here? |
There's going to be some churn in examples (see my PR adding CRA). When that's done we can take another look at this. |
@knowbody I'm going to do what I did in reduxjs/react-redux#461 to update the config without causing so much churn (mainly to do with semicolons). Unfortunately, in projects as busy as these ones, merging in a PR with huge changes (or dealing with PRs after a huge change) is nearly impossible. So, I found that was a good compromise to keep the process sane. I hope to get to that soon! |
This is a work in progress on moving to
eslint-config-airbnb
and removingbabel-eslint
Todo
babel-eslint
eslint-config-rackt
eslint-config-airbnb
@gaearon let me know if you have any feedback on this