Skip to content

Commit be5fb04

Browse files
committed
fix formatting
1 parent c115e13 commit be5fb04

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/dev-utils/src/generate-documentation-table.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ const options: OptionDocumentation[] = [
4040
{
4141
name: "debug",
4242
type: "boolean",
43-
fullDescription: "Enable debug information logs during build-time. Enabling this will give you, for example, logs about source maps. Defaults to `false`.",
43+
fullDescription:
44+
"Enable debug information logs during build-time. Enabling this will give you, for example, logs about source maps. Defaults to `false`.",
4445
},
4546
{
4647
name: "silent",
4748
type: "boolean",
48-
fullDescription: "Suppresses all build logs (all log levels, including errors). Defaults to `false`.",
49+
fullDescription:
50+
"Suppresses all build logs (all log levels, including errors). Defaults to `false`.",
4951
},
5052
{
5153
name: "errorHandler",
@@ -219,7 +221,8 @@ Use the \`debug\` option to print information about source map resolution.
219221
},
220222
{
221223
name: "deploy",
222-
fullDescription: "Configuration for adding deployment information to the release in Sentry.",
224+
fullDescription:
225+
"Configuration for adding deployment information to the release in Sentry.",
223226
children: [
224227
{
225228
name: "env",

0 commit comments

Comments
 (0)