-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eslint: Remove
jsx-a11y/label-has-associated-control
override (#39736)
`@wordpress/eslint-plugin` sets `jsx-a11y/label-has-associated-control` to "htmlFor", while we had it overridden to "either". Turns out there was only place that wasn't already doing "htmlFor", so let's fix that one place and go for it. This also removes `jsx-a11y/label-has-for` which is deprecated in favor of `jsx-a11y/label-has-associated-control`. The former config was equivalent to "either". Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11281457159 Upstream-Ref: Automattic/jetpack@89f5928
- Loading branch information
Showing
6 changed files
with
85 additions
and
85 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.asset.php
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '12affa0b12fd7b5a0a81'); | ||
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'fb2f302b8f26d769a6e0'); |
2 changes: 1 addition & 1 deletion
2
jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.