Skip to content

Commit

Permalink
fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Jul 8, 2024
1 parent 660212b commit 8b3f614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { concat } from 'lodash';
import { concat } from 'lodash'; // eslint-disable-line import/no-extraneous-dependencies

/**
* WordPress dependencies
Expand Down

0 comments on commit 8b3f614

Please sign in to comment.