Skip to content

Commit 8f1b8e0

Browse files
chore(date): disable naming convention
1 parent 4c53188 commit 8f1b8e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/modules/date/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ function toDate(date?: string | Date | number): Date {
2020
/**
2121
* Module to generate dates.
2222
*/
23+
// disabled until modules are renamed to something with a suffix
24+
// eslint-disable-next-line @typescript-eslint/naming-convention
2325
export class _Date {
2426
constructor(private readonly faker: Faker) {
2527
// Bind `this` so namespaced is working correctly

0 commit comments

Comments
 (0)