Skip to content

Commit

Permalink
Rearrange imports above lodash to try and prevent lodash import lint …
Browse files Browse the repository at this point in the history
…failure in GH UI but not locally
  • Loading branch information
coder-karen committed Jan 24, 2025
1 parent 87c7ab5 commit 02dd751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import restApi from '@automattic/jetpack-api';
import { __, sprintf } from '@wordpress/i18n';
import { createNotice, removeNotice } from 'components/global-notices/state/notices/actions';
import { removeNotice, createNotice } from 'components/global-notices/state/notices/actions';
import { some } from 'lodash';

Check failure on line 4 in projects/plugins/jetpack/_inc/client/state/modules/actions.js

View workflow job for this annotation

GitHub Actions / ESLint (changes to excluded files only)

`lodash` import should occur before import of `components/global-notices/state/notices/actions`
import {
JETPACK_MODULES_LIST_FETCH,
Expand Down

0 comments on commit 02dd751

Please sign in to comment.