fix: minimatch linting error

This commit is contained in:
Daniel Lautzenheiser 2023-01-17 08:10:27 -05:00
parent 6a2e728942
commit 386a0969dc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import minimatch from 'minimatch';
import { minimatch } from 'minimatch';
import { unsentRequest } from '@staticcms/core/lib/util';

View File

@ -1,7 +1,7 @@
import { flow, fromPairs, map } from 'lodash/fp';
import isPlainObject from 'lodash/isPlainObject';
import isEmpty from 'lodash/isEmpty';
import minimatch from 'minimatch';
import { minimatch } from 'minimatch';
import { unsentRequest } from '@staticcms/core/lib/util';