Skip to content

Commit f34fb4c

Browse files
committed
ci: Format code
1 parent 361ae51 commit f34fb4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/metalsmith.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { dirname } from 'node:path'
22
import { env } from 'node:process'
33
import { fileURLToPath } from 'node:url'
44

5-
import { getHandlebarsPartials } from '@seamapi/smith'
65
import layouts from '@metalsmith/layouts'
76
import metadata from '@metalsmith/metadata'
7+
import { getHandlebarsPartials } from '@seamapi/smith'
88
import { deleteAsync } from 'del'
99
import Metalsmith from 'metalsmith'
1010

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "./node_modules/@seamapi/smith/tsconfig.base.json",
44
"files": ["src/index.ts"],
5-
"include": ["src/**/*"],
5+
"include": ["src/**/*"]
66
}

0 commit comments

Comments
 (0)