eslint-community / eslint-plugin-eslint-comments

Additional ESLint rules for directive comments of ESLint.
https://eslint-community.github.io/eslint-plugin-eslint-comments
MIT License
51 stars 7 forks source link

disable-enable-pair option allowWholeFile should be the default #128

Closed Zamiell closed 9 months ago

Zamiell commented 11 months ago

See: https://github.com/mysticatea/eslint-plugin-eslint-comments/issues/59

Alternatively, there should be an autofixer that automatically change it to the "off" style with the --fix flag, so that the end-user doesn't have to do anything. (See the discussion in the linked issue.)

github-actions[bot] commented 9 months ago

This issue has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from issues that aren't actionable. Please reach out if you have more information for us! 🙂

Zamiell commented 9 months ago

@MichaelDeBoey