Skip to content

Commit f125701

Browse files
chore(deps): update pnpm-workspace.overrides eslint-plugin-unicorn to v71 (#1365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent c05ea94 commit f125701

3 files changed

Lines changed: 144 additions & 53 deletions

File tree

packages/nuxi/src/commands/module/search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { checkNuxtCompatibility, fetchModules } from './_utils'
1212

1313
const DASH_RE = /-/g
1414

15-
const { format: formatNumber } = Intl.NumberFormat('en-GB', {
15+
const { format: formatNumber } = new Intl.NumberFormat('en-GB', {
1616
notation: 'compact',
1717
maximumFractionDigits: 1,
1818
})

0 commit comments

Comments
 (0)