Commit c51164a
committed
fix(scripts): use import alias in update.mjs
Fixes linting errors in CI caused by direct '@socketsecurity/lib/*'
imports. The update script was using direct package imports instead of
the '#socketsecurity/lib/*' alias pattern used by all other scripts.
Changes:
- Changed '@socketsecurity/lib/*' to '#socketsecurity/lib/*'
- Converted default imports to named imports for consistency
- Aligns with import pattern used across all other scripts
This resolves ESLint import-x/no-unresolved and n/no-missing-import
errors that prevented the lint job from passing in CI.1 parent f61c40d commit c51164a
1 file changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
| |||
0 commit comments