Commit c1ca7c9
UID2-6617: Fix npm lint breakage from minimatch v10 API incompatibility
Scope the minimatch override to keep eslint-plugin-import on v3.1.2,
which exports a callable function as required by its internals. The
global v10 override broke lint with 'TypeError: (0, _minimatch2.default)
is not a function'. All other packages continue to use minimatch ^10.2.1.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7ea7018 commit c1ca7c9
2 files changed
+37
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
250 | 253 | | |
251 | 254 | | |
252 | 255 | | |
| |||
0 commit comments