Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 386a096

Browse files
committed
fix: minimatch linting error
1 parent 6a2e728 commit 386a096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/backends/bitbucket/git-lfs-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import minimatch from 'minimatch';
1+
import { minimatch } from 'minimatch';
22

33
import { unsentRequest } from '@staticcms/core/lib/util';
44

packages/core/src/backends/git-gateway/netlify-lfs-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { flow, fromPairs, map } from 'lodash/fp';
22
import isPlainObject from 'lodash/isPlainObject';
33
import isEmpty from 'lodash/isEmpty';
4-
import minimatch from 'minimatch';
4+
import { minimatch } from 'minimatch';
55

66
import { unsentRequest } from '@staticcms/core/lib/util';
77

0 commit comments

Comments
 (0)