Skip to content

Commit

Permalink
Sort imnports
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 6, 2024
1 parent 230db81 commit 70f9fe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/steps/build-api.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { writeFile, mkdir } from 'node:fs/promises'
import { mkdir, writeFile } from 'node:fs/promises'
import { dirname, join, sep } from 'node:path'
import { remark } from 'remark'
import remarkHighlight from 'remark-highlight.js'
Expand Down
2 changes: 1 addition & 1 deletion scripts/steps/build-docs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import capitalize from 'capitalize'
import { readFile, writeFile, mkdir } from 'node:fs/promises'
import { mkdir, readFile, writeFile } from 'node:fs/promises'
import { dirname, join, sep } from 'node:path'

import { DIST, PROJECTS } from '../lib/dirs.js'
Expand Down
2 changes: 1 addition & 1 deletion scripts/steps/update-html.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { readFile, unlink, writeFile, mkdir } from 'node:fs/promises'
import { mkdir, readFile, unlink, writeFile } from 'node:fs/promises'
import { extname, join } from 'node:path'
import rehypeParse from 'rehype-parse'
import rehypeStringify from 'rehype-stringify'
Expand Down

0 comments on commit 70f9fe0

Please sign in to comment.