aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-04-08 18:08:50 +0200
committerGitHub <[email protected]>2024-04-08 16:08:50 +0000
commitb505a70c8e52a3f64c6b7cb4e2888cf5d48aeefe (patch)
treed88493941a94dd16dfd1e5be6951109da882478d /src
parentcbbe2180af65e49cc3b52f31682b8184dbf60dd2 (diff)
downloadfaker-b505a70c8e52a3f64c6b7cb4e2888cf5d48aeefe.tar.xz
faker-b505a70c8e52a3f64c6b7cb4e2888cf5d48aeefe.zip
refactor(locale)!: remove unused global locale faker instance (#2789)
Diffstat (limited to 'src')
-rw-r--r--src/locale/global.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/locale/global.ts b/src/locale/global.ts
deleted file mode 100644
index 67db0218..00000000
--- a/src/locale/global.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * This file is automatically generated.
- * Run 'pnpm run generate:locales' to update.
- */
-
-import { Faker } from '../faker';
-import base from '../locales/base';
-
-export const faker = new Faker({
- locale: base,
-});