Skip to content

Commit eeb8a49

Browse files
committed
Lint
1 parent 1cad7ba commit eeb8a49

File tree

1 file changed

+7
-7
lines changed
  • packages/bundler-plugin-core/src

1 file changed

+7
-7
lines changed

packages/bundler-plugin-core/src/types.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,13 @@ export interface Options {
305305
// eslint-disable-next-line @typescript-eslint/no-explicit-any
306306
moduleMetadata?: ModuleMetadata | ModuleMetadataCallback;
307307

308-
/**
309-
* If set to true, the plugin will inject an additional `SENTRY_BUILD_INFO` variable.
310-
* This contains information about the build, e.g. dependencies, node version and other useful data.
311-
*
312-
* Defaults to `false`.
313-
*/
314-
injectBuildInformation?: boolean;
308+
/**
309+
* If set to true, the plugin will inject an additional `SENTRY_BUILD_INFO` variable.
310+
* This contains information about the build, e.g. dependencies, node version and other useful data.
311+
*
312+
* Defaults to `false`.
313+
*/
314+
injectBuildInformation?: boolean;
315315

316316
/**
317317
* A key which will embedded in all the bundled files. The SDK will be able to use the key to apply filtering

0 commit comments

Comments
 (0)