Normally to disable a rule's autofix through configuration, I'd simply use https://github.com/aladdin-add/eslint-plugin/tree/master/packages/no-autofix . But due to the special way this rule works (as mentionned in its documentation https://eslint-community.github.io/eslint-plugin-eslint-comments/rules/no-unused-disable.html#known-limitations ), `no-autofix/@eslint-community/eslint-comments/no-unused-disable` doesn't work. I want to be warned about rules that no longer trigger, but I don't want that change to be automated.