You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
replace eslint-plugin-node with eslint-plugin-n;
replace plugin:node/recommended to plugin:n/recommended or similar;
replace node/rule-xxx to n/rule-xxx; (no options changes needed, as all the options are supported);
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?
eslint-plugin-node
witheslint-plugin-n
;plugin:node/recommended
toplugin:n/recommended
or similar;node/rule-xxx
ton/rule-xxx
; (no options changes needed, as all the options are supported);node/rule-xxx
=>n/rule-xxx
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: