build: delete legacy ESLint config and obsolete helpers (gh54 part VIII)#10974
Draft
Planeshifter wants to merge 1 commit intophilipp/gh54-switch-to-flat-configfrom
Draft
build: delete legacy ESLint config and obsolete helpers (gh54 part VIII)#10974Planeshifter wants to merge 1 commit intophilipp/gh54-switch-to-flat-configfrom
Planeshifter wants to merge 1 commit intophilipp/gh54-switch-to-flat-configfrom
Conversation
Remove legacy ESLint configuration files that are superseded by `eslint.config.cjs` (flat config): Deleted files: - `.eslintrc.js` (root entry point) - `.eslintignore` (ignores are in flat config) - `etc/eslint/.eslintrc.overrides.js` - `etc/eslint/.eslintrc.benchmarks.js` - `etc/eslint/.eslintrc.examples.js` - `etc/eslint/.eslintrc.tests.js` - `etc/eslint/overrides/index.js` - `etc/eslint/overrides/repl_namespace.js` Updated files: - `eslint.config.cjs`: inline restricted syntax config (was imported from the now-deleted overrides module); remove overrides import - `etc/eslint/.eslintrc.js`: remove overrides import (kept for now as `typescript.js` depends on it for base rule definitions) Kept for now: - `etc/eslint/.eslintrc.js` (consumed by `typescript.js`) - `etc/eslint/.eslintrc.typescript.js` (consumed by remark plugin) - `etc/eslint/.eslintrc.typescript.tests.js` - `etc/eslint/.eslintrc.markdown.js` (consumed by remark plugin) - `etc/eslint/env/`, `parser-options/`, `plugins/`, `rules/` Ref: stdlib-js/metr-issue-tracker#54
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.
Resolves stdlib-js/metr-issue-tracker#54.
Description
This pull request:
eslint.config.cjs(PR 12 of the migration plan)..eslintrc.js,.eslintignore, per-target configs (benchmarks, examples, tests), and the overrides module.eslint.config.cjs.etc/eslint/.eslintrc.js(consumed bytypescript.jsfor base rule definitions),.eslintrc.markdown.js(consumed by remark plugin), and.eslintrc.typescript*.jsfiles for now.Related Issues
This pull request has the following related issues:
Questions
No.
Other
Stacked on #10973.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was written primarily by Claude Code.
@stdlib-js/reviewers