chore: switch to @tony.ganchev/eslint-plugin-header#658
Open
tonyganchev wants to merge 1 commit into
Open
Conversation
I noticed you are using _eslint-plugin-header_ with the schema-turn-off workaround to support ESLint 9. I forked _@tony.ganchev/eslint-plugin-header_ mid-2024 to address this issue and hoped it would be a temporary measure but since the original has not been updated for five years I decided to continue improving the new plugin. Specific improvements include: - full JSON schema for validating the configuration. - fixed multiple bugs with the behavior of the plugin on Windows. - improved autofixing and error-reporting behavior. - added support for leading pragma comments before the header such as `@jest-environment`. Looking forward to your feedback. Signed-off-by: Tony Ganchev <tony.ganchev@gmail.com>
|
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
tonyganchev
commented
Jun 14, 2026
tonyganchev
left a comment
Author
There was a problem hiding this comment.
Folks can I get a decision on this one? Either merge or close. Thanks!
|
If you really wanted to help, you'd submit a proper PR to |
Author
|
@x64x2 probably check my PR history with this eslint-plugin-header before giving me this passive aggressive response. |
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.
Hi team,
I noticed you are using eslint-plugin-header with the schema-turn-off
workaround to support ESLint 9.
I forked @tony.ganchev/eslint-plugin-header mid-2024 to address this
issue and hoped it would be a temporary measure but since the original
has not been updated for five years I decided to continue improving the
new plugin. Specific improvements include:
@jest-environment.Looking forward to your feedback.
Signed-off-by: Tony Ganchev tony.ganchev@gmail.com