We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
minimatch
1 parent 03c4f81 commit 8cd5a89Copy full SHA for 8cd5a89
src/rules/extensions.ts
@@ -1,5 +1,7 @@
1
import path from 'node:path'
2
3
+import { minimatch } from 'minimatch'
4
+
5
import type { FileExtension, RuleContext } from '../types.js'
6
import {
7
isBuiltIn,
@@ -9,7 +11,6 @@ import {
9
11
moduleVisitor,
10
12
resolve,
13
} from '../utils/index.js'
-import { minimatch } from 'minimatch'
14
15
const modifierValues = ['always', 'ignorePackages', 'never'] as const
16
0 commit comments