Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @wordpress/eslint-plugin #39305

Merged
merged 2 commits into from
Sep 11, 2024
Merged

Update @wordpress/eslint-plugin #39305

merged 2 commits into from
Sep 11, 2024

Commits on Sep 9, 2024

  1. Update @wordpress/eslint-plugin

    This brings two new rules that needed fixing:
    
    * `@wordpress/i18n-no-flanking-whitespace` complains about leading or
      trailing whitespace in JS i18n messages. Fix depends on context:
      * Sometimes it makes no difference, the browser (or React) strips it
    	out. Removed these.
      * Sometimes it does, or it's unclear. In these cases I added it back
    	outside the i18n call.
    * `@wordpress/i18n-hyphenated-range` wants en-dashes (or em-dashes) for
      numeric ranges. Switched them to en-dashes.
    anomiex committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0065fb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    b4d5e44 View commit details
    Browse the repository at this point in the history