Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit 8fdace4

Browse files
author
Marcus Reinhardt
committed
linting
1 parent 35b4485 commit 8fdace4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

apps/docs/next.config.mjs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ const config = {
99

1010
reactStrictMode: true,
1111
/** Enables hot reloading for local packages without a build step */
12-
transpilePackages: ["@acme/markdoc-base", "@acme/ui", "@acme/markdoc-typography",],
12+
transpilePackages: [
13+
"@acme/markdoc-base",
14+
"@acme/ui",
15+
"@acme/markdoc-typography",
16+
],
1317
/** We already do linting and typechecking as separate tasks in CI */
1418
eslint: { ignoreDuringBuilds: true },
1519
typescript: { ignoreBuildErrors: true },
16-
17-
18-
1920
}
2021

2122
//export default withNextDevtools(config)

0 commit comments

Comments
 (0)