Skip to content

Commit

Permalink
plugins: Fix some JS lints ahead of the eslint 9 upgrade (#40500)
Browse files Browse the repository at this point in the history
To make the eslint 9 upgrade PR smaller, let's fix some of the lints
that it'll complain about ahead of time.

Jetpack is left for a separate PR, because it's so big.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12239493201

Upstream-Ref: Automattic/jetpack@532bf2b
  • Loading branch information
anomiex authored and matticbot committed Dec 9, 2024
1 parent 0034f5d commit fee6202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'moment', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'ecf4c22db386a6989959');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'moment', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '3e633dfc2804503cda50');
Loading

0 comments on commit fee6202

Please sign in to comment.