Skip to content

Commit 4b3beb2

Browse files
committed
No param re-assign.
1 parent 0fbe44c commit 4b3beb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk/browser/tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default defineConfig({
2121
// So start of line followed by a character that isn't followed by m or underscore, but we
2222
// want other things that do start with m, so we need to progressively handle more characters
2323
// of meta with exclusions.
24+
// eslint-disable-next-line no-param-reassign
2425
opts.mangleProps = /^_([^m|_]|m[^e]|me[^t]|met[^a])/;
2526
},
2627
});

0 commit comments

Comments
 (0)