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

Update: add ESLint core Node.js and CommonJS rules #206

Merged
merged 12 commits into from Feb 18, 2020

Conversation

kaicataldo
Copy link
Contributor

@kaicataldo kaicataldo commented Feb 10, 2020

As discussed in eslint/eslint#12835, this PR ports over ESLint's core Node.js and CommonJS rules to this plugin. I've tried to follow the style I see in this repo, but please let me know if I missed anything. Thanks!

Questions:

  1. Do all the author attributions look correct?
  2. Do the rule categories seem correct?
  3. Did I miss anything?

Copy link
Owner

@mysticatea mysticatea left a comment

Choose a reason for hiding this comment

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

Thank you very much for working on this!

Almost LGTM, but I have a few requests.

docs/rules/no-buffer-constructor.md Outdated Show resolved Hide resolved
docs/rules/no-restricted-modules.md Outdated Show resolved Hide resolved
lib/rules/no-mixed-requires.js Outdated Show resolved Hide resolved
lib/rules/callback-return.js Outdated Show resolved Hide resolved
Copy link
Owner

@mysticatea mysticatea left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@kaicataldo
Copy link
Contributor Author

Anything else you need from me to land this?

@mysticatea mysticatea merged commit 8788a11 into mysticatea:master Feb 18, 2020
@mysticatea
Copy link
Owner

Thank you for your work! I will land this next weekend.

@kaicataldo kaicataldo deleted the deprectea-core-node-rules branch February 23, 2020 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants