Add eslint-disable-autofix#250
Merged
dustinspecker merged 1 commit intodustinspecker:mainfrom Jan 9, 2026
Merged
Conversation
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.
This information is also available in the repository's README, but I'll highlight the key points here.
This utility lets you disable autofix for both ESLint core rules and third-party plugins in cases where autofix is either undesirable or not working correctly.
It's a temporary workaround - there's an open RFC to ESLint core (which I authored), and I hope the feature will be added to ESLint in the coming months. However, the process takes time, and the problem exists today. This utility is meant to help in the meantime.
Once we agree on a public API in the RFC, I also plan to support the proposed format here before it becomes available in ESLint itself. That way, this utility will serve as a full polyfill, making the eventual migration easier for those who need it.
I'll remove this utility from the list once the feature is available in ESLint core - though it may still be useful for a while, until the new version is widely adopted.