Skip to content

Commit

Permalink
packages: Fix some JS lints ahead of the eslint 9 upgrade (#40497)
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.

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

Upstream-Ref: Automattic/jetpack@48167f7
  • Loading branch information
anomiex authored and matticbot committed Dec 9, 2024
1 parent 88a3d0d commit 37122c7
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 61 deletions.
5 changes: 2 additions & 3 deletions dist/contact-form/js/accessible-form.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/contact-form/js/grunion-admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/contact-form/js/grunion.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dashboard/jetpack-forms-dashboard.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '6692c151f97719eb119e');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '1cd1abc2f666c91672f9');
4 changes: 2 additions & 2 deletions dist/dashboard/jetpack-forms-dashboard.js

Large diffs are not rendered by default.

Loading

0 comments on commit 37122c7

Please sign in to comment.