chore: propagate node/ -> n/ eslint plugin prefix update across README directives#11826
Merged
chore: propagate node/ -> n/ eslint plugin prefix update across README directives#11826
node/ -> n/ eslint plugin prefix update across README directives#11826Conversation
…ctives Propagates fix from 54c4bf0 ("chore: minor clean-up") to README HTML eslint-disable directives still referencing the deprecated plugin prefix `node/` after the `eslint-plugin-node` -> `eslint-plugin-n` rename. All referenced rules exist under `n/` per `etc/eslint/rules/nodejs.js`.
kgryte
approved these changes
Apr 28, 2026
Member
|
As the CI failure is not due to changes introduced in this PR, I'll go ahead and merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Propagating fixes merged to
developbetween 2026-04-27 15:46 PT and 2026-04-27 19:00 ET to sibling packages.Description
This pull request:
54c4bf0a("chore: minor clean-up") to README HTML<!-- eslint-disable ... -->directives across 11 sibling packages.54c4bf0a—node/->n/plugin prefix in README directives54c4bf0arenamed the ESLint plugin prefix fromnode/ton/inetc/eslint/plugin/index.js, but 11 README files still carry<!-- eslint-disable node/... -->directives that silently no-op against the renamed plugin. Updated each directive to then/prefix so the disable comments resolve to active rules again. Rules referenced areno-unpublished-require,no-path-concat,no-process-exit,no-unsupported-features/es-syntax, andno-unsupported-features/node-builtins— all present under then/prefix inetc/eslint/rules/nodejs.js._tools/eslint/rules/first-unit-test_tools/test-cov/tape-istanbularray/to-jsonassert/is-arrow-functionassert/is-classassert/is-generator-objectmath/base/tools/continued-fractionmath/base/tools/sum-seriesnet/http-servernet/http2-secure-serveros/num-cpusRelated Issues
No.
Questions
No.
Other
Validation. Pattern search scoped to
lib/**/*.{js,cjs,mjs,ts,md}andetc/**; onlyREADME.mdHTML directives surfaced. Two independent validation agents confirmed every site againstetc/eslint/rules/nodejs.jsto verify each rule resolves under then/prefix; an adaptation agent produced verbatim mechanical patches; a style-consistency agent confirmed each patch preserves indentation, comma-space separators, rule ordering, and trailing whitespace (notably the double-space before-->onassert/is-class/README.mdline 37). All 16 line-level edits across 11 files survived filtering.Out of scope / deliberately excluded. No sites flagged
needs-human. The 24-hour candidate window also surfaced patterns frombb1eae9b2(single-file lint-restructure with no grep signature),6a4d9614(already fully propagated acrossstats/base/dists/*),8b687a9f(already fully propagated acrossblas/base/ndarray/*), and the backtick-require subpattern of54c4bf0a7(already fully propagated). No remaining sites for those patterns.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was generated by Claude Code as part of a fix-propagation routine: candidate commits from the last 24 hours of
developwere filtered for generalizable patterns, sibling sites were enumerated byrg-based search agents, and each proposed patch was independently validated by two opus agents plus an opus adaptation agent and a sonnet style-consistency agent before being applied verbatim.@stdlib-js/reviewers
Generated by Claude Code