Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4fc84cd

Browse files
committed
style: fix import ordering in scripts
Alphabetize imports in update scripts per linting rules.
1 parent815aa13 commit4fc84cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎scripts/update-data-npm.mjs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import {
2121
import{writeJson}from'@socketsecurity/lib/fs'
2222
import{getDefaultLogger}from'@socketsecurity/lib/logger'
2323
import{pFilter}from'@socketsecurity/lib/promises'
24-
import{confirm}from'@socketsecurity/lib/stdio/prompts'
2524
import{naturalCompare}from'@socketsecurity/lib/sorts'
25+
import{confirm}from'@socketsecurity/lib/stdio/prompts'
2626

2727
constlogger=getDefaultLogger()
2828

‎scripts/update.mjs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
*/
1313

1414
import{isQuiet,isVerbose}from'@socketsecurity/lib/argv/flags'
15-
importloggerPkgfrom'@socketsecurity/lib/logger'
1615
importplatformPkgfrom'@socketsecurity/lib/constants/platform'
16+
importloggerPkgfrom'@socketsecurity/lib/logger'
1717
importspawnPkgfrom'@socketsecurity/lib/spawn'
1818

1919
const{ getDefaultLogger}=loggerPkg

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp