From eeb8a49594dd444c9c2a7358f4a75a3e60160734 Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Tue, 14 Jan 2025 23:27:27 +0100 Subject: [PATCH] Lint --- packages/bundler-plugin-core/src/types.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/bundler-plugin-core/src/types.ts b/packages/bundler-plugin-core/src/types.ts index 2592a106..d5511003 100644 --- a/packages/bundler-plugin-core/src/types.ts +++ b/packages/bundler-plugin-core/src/types.ts @@ -305,13 +305,13 @@ export interface Options { // eslint-disable-next-line @typescript-eslint/no-explicit-any moduleMetadata?: ModuleMetadata | ModuleMetadataCallback; - /** - * If set to true, the plugin will inject an additional `SENTRY_BUILD_INFO` variable. - * This contains information about the build, e.g. dependencies, node version and other useful data. - * - * Defaults to `false`. - */ - injectBuildInformation?: boolean; + /** + * If set to true, the plugin will inject an additional `SENTRY_BUILD_INFO` variable. + * This contains information about the build, e.g. dependencies, node version and other useful data. + * + * Defaults to `false`. + */ + injectBuildInformation?: boolean; /** * A key which will embedded in all the bundled files. The SDK will be able to use the key to apply filtering