aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2023-10-28 22:06:33 +0200
committerGitHub <[email protected]>2023-10-28 22:06:33 +0200
commitfdafaa4681da85c416098256654fe96c171a850b (patch)
tree5b548e87c9acd89be949a27caa01eeab9452a7ab /src/modules
parent9297e5b654d3aa44ec5d8601c8947ee707687e17 (diff)
downloadfaker-fdafaa4681da85c416098256654fe96c171a850b.tar.xz
faker-fdafaa4681da85c416098256654fe96c171a850b.zip
infra(unicorn): filename-case (#2492)
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/lorem/index.ts2
-rw-r--r--src/modules/word/filter-word-list-by-length.ts (renamed from src/modules/word/filterWordListByLength.ts)0
-rw-r--r--src/modules/word/index.ts2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/lorem/index.ts b/src/modules/lorem/index.ts
index 0f3423bc..82e557e6 100644
--- a/src/modules/lorem/index.ts
+++ b/src/modules/lorem/index.ts
@@ -1,6 +1,6 @@
import type { Faker } from '../..';
import { bindThisToMemberFunctions } from '../../internal/bind-this-to-member-functions';
-import { filterWordListByLength } from '../word/filterWordListByLength';
+import { filterWordListByLength } from '../word/filter-word-list-by-length';
/**
* Module to generate random texts and words.
diff --git a/src/modules/word/filterWordListByLength.ts b/src/modules/word/filter-word-list-by-length.ts
index 106e9858..106e9858 100644
--- a/src/modules/word/filterWordListByLength.ts
+++ b/src/modules/word/filter-word-list-by-length.ts
diff --git a/src/modules/word/index.ts b/src/modules/word/index.ts
index 7cc4729a..93c56829 100644
--- a/src/modules/word/index.ts
+++ b/src/modules/word/index.ts
@@ -1,7 +1,7 @@
import type { Faker } from '../..';
import { FakerError } from '../../errors/faker-error';
import { bindThisToMemberFunctions } from '../../internal/bind-this-to-member-functions';
-import { filterWordListByLength } from './filterWordListByLength';
+import { filterWordListByLength } from './filter-word-list-by-length';
/**
* Module to return various types of words.