Skip to content
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

Clean up @babel/eslint-plugin #10756

Merged
merged 4 commits into from
Nov 25, 2019

Conversation

kaicataldo
Copy link
Member

Q                       A
Fixed Issues? N/A
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

Preliminary housekeeping tasks for @babel/eslint-plugin.

@kaicataldo kaicataldo force-pushed the update-babel-eslint-plugin branch 2 times, most recently from 351d5ca to 8408c94 Compare November 23, 2019 18:42
kaicataldo and others added 2 commits November 25, 2019 13:35
Co-Authored-By: Huáng Jùnliàng <jlhwung@gmail.com>
@kaicataldo
Copy link
Member Author

Thanks for the review! Ready for re-review.

"babel/semi": 1,
"babel/no-unused-expressions": 1,
"babel/valid-typeof": 1
"babel/new-cap": "error",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rule name should be prefixed by the plugin name: i.e. @babel/eslint-plugin/new-cap. Could you check if @babel/new-cap works?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure - my intention isn't to update everything here, but to just get a baseline so I can start working. I was imaging that a lot of this README is going to be changed anyway, since I'm hoping to remove the deprecated rules and rethink how we keep this up-to-date with ESLint core rules.

@JLHwung JLHwung merged commit 7f732ad into babel:master Nov 25, 2019
@kaicataldo kaicataldo deleted the update-babel-eslint-plugin branch November 25, 2019 22:51
@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Feb 25, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: eslint outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants