fix: minimatch linting error
This commit is contained in:
parent
6a2e728942
commit
386a0969dc
@ -1,4 +1,4 @@
|
||||
import minimatch from 'minimatch';
|
||||
import { minimatch } from 'minimatch';
|
||||
|
||||
import { unsentRequest } from '@staticcms/core/lib/util';
|
||||
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user