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

add docs migrating from eslint-plugin-node #178

Open
1 task
aladdin-add opened this issue Jan 30, 2024 · 1 comment
Open
1 task

add docs migrating from eslint-plugin-node #178

aladdin-add opened this issue Jan 30, 2024 · 1 comment

Comments

@aladdin-add
Copy link

eslint-plugin-n version

HEAD

What problem do you want to solve?

Although eslint-plugin-node is no longer maintained, there are still 3M+ downloads per week. I hope there is documentation to help these users migrate to the "new" fork.

What do you think is the correct solution?

  1. replace eslint-plugin-node with eslint-plugin-n;
  2. replace plugin:node/recommended to plugin:n/recommended or similar;
  3. replace node/rule-xxx to n/rule-xxx; (no options changes needed, as all the options are supported);
  4. replace inline comments: node/rule-xxx => n/rule-xxx

Participation

  • I am willing to submit a pull request for this change.

Additional comments

No response

@aladdin-add aladdin-add changed the title Change Request: add docs migrating from eslint-plugin-node add docs migrating from eslint-plugin-node Jan 30, 2024
@scagood
Copy link

scagood commented Jan 30, 2024

I saw a nice migration doc (and tool) in https://eslint.style/guide/migration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants