Update @enormora/eslint-config-* packages - #486
Merged
Conversation
Adopt the newer Enormora ESLint presets and the package versions they require. The lint fallout is fixed in code and tests, with generated changelog output excluded from ESLint.
Regenerate the lockfile with npm 10 so CI can install Packtory peer dependencies with npm ci.
Keep the generated rules table out of markdown formatting and classify test support files for dependency and unused-code checks.
Replace numbered test group names with behavior-focused suite names.
Add focused coverage for the stricter lint migration paths, keep mutation testing at 100%, and replace generic RuleTester case names with semantic names.
Update the Enormora ESLint config packages and TypeScript so the project can use erasableSyntaxOnly and rewrite relative TypeScript import extensions. Switch source imports to .ts specifiers and rely on TypeScript emit to rewrite them to .js.
Regenerate the lockfile with npm 10 so CI can install Packtory's optional peer dependencies with npm ci.
lo1tuma
added a commit
that referenced
this pull request
Jul 17, 2026
Update `@enormora/eslint-config-*` packages
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.
Updates the Enormora ESLint presets, adopts the eslint-plugin preset, and lets the base config own formatting defaults. The resulting lint fallout is handled in source and tests, while generated
CHANGELOG.mdremains outside ESLint.