Skip to content

build: complete eslint-plugin-n rename in override configs#11822

Open
Planeshifter wants to merge 1 commit intodevelopfrom
philipp/complete-eslint-plugin-n-rename
Open

build: complete eslint-plugin-n rename in override configs#11822
Planeshifter wants to merge 1 commit intodevelopfrom
philipp/complete-eslint-plugin-n-rename

Conversation

@Planeshifter
Copy link
Copy Markdown
Member

@Planeshifter Planeshifter commented Apr 28, 2026

Description

What is the purpose of this pull request?

This pull request:

  • Renames two stale node/no-unpublished-require keys to n/no-unpublished-require left over from the migration in 0dc62ae ("build: replace eslint-plugin-node with eslint-plugin-n").
  • Affected files: etc/eslint/.eslintrc.markdown.js, etc/eslint/overrides/index.js.

Related Issues

Does this pull request have any related issues?

No.

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

The defining file (etc/eslint/rules/nodejs.js) already registers the rule under the new key n/no-unpublished-require, so the previous override entries no longer match anything and the rule fires on every README that requires a devDependency such as eslint.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

This PR was written primarily by Claude Code following my instructions.


@stdlib-js/reviewers

Rename two stale `node/no-unpublished-require` keys to
`n/no-unpublished-require` left over from the migration in
0dc62ae. The defining file (`etc/eslint/rules/nodejs.js`)
already registers the rule under the new key, so the previous
override entries no longer match anything and the rule fires
on every README that requires a devDependency (e.g. `eslint`).

---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
  - task: lint_filenames
    status: skipped
  - task: lint_editorconfig
    status: skipped
  - task: lint_markdown
    status: skipped
  - task: lint_package_json
    status: skipped
  - task: lint_repl_help
    status: skipped
  - task: lint_javascript_src
    status: skipped
  - task: lint_javascript_cli
    status: skipped
  - task: lint_javascript_examples
    status: skipped
  - task: lint_javascript_tests
    status: skipped
  - task: lint_javascript_benchmarks
    status: skipped
  - task: lint_python
    status: na
  - task: lint_r
    status: na
  - task: lint_c_src
    status: na
  - task: lint_c_examples
    status: na
  - task: lint_c_benchmarks
    status: na
  - task: lint_c_tests_fixtures
    status: na
  - task: lint_shell
    status: na
  - task: lint_typescript_declarations
    status: skipped
  - task: lint_typescript_tests
    status: skipped
  - task: lint_license_headers
    status: skipped
---
@Planeshifter Planeshifter requested a review from a team April 28, 2026 05:27
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Apr 28, 2026
@stdlib-js stdlib-js deleted a comment from stdlib-bot Apr 28, 2026
@Planeshifter Planeshifter requested a review from kgryte April 28, 2026 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Review A pull request which needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants