Skip to content

Commit b78cbd6

Browse files
committed
fix lint
1 parent 9de3d5e commit b78cbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/webcomponents/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ try {
88
Intl.NumberFormat = function(locales: string | string[], options: Intl.NumberFormatOptions) {
99
if (options.style === 'unit') {
1010
return {
11-
format(value: number | BigInt | string) {
11+
format(value: number | bigint | string) {
1212
return ` ${value} ${options.unit}`;
1313
},
1414
};

0 commit comments

Comments
 (0)