aboutsummaryrefslogtreecommitdiff
path: root/src/unique.ts
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-01-29 18:53:43 +0100
committerGitHub <[email protected]>2022-01-29 18:53:43 +0100
commit86beb8317d213f3a47edb46e36678adeff01c1b1 (patch)
treed0ac39226a2d29aee2e77968b1edfc5c69c5ab3f /src/unique.ts
parent8dfd6ece95b890cdcd14dcde29074ab74475c70e (diff)
downloadfaker-86beb8317d213f3a47edb46e36678adeff01c1b1.tar.xz
faker-86beb8317d213f3a47edb46e36678adeff01c1b1.zip
chore: setup improved linting (#151)
Diffstat (limited to 'src/unique.ts')
-rw-r--r--src/unique.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unique.ts b/src/unique.ts
index 382d2e2d..eef662b2 100644
--- a/src/unique.ts
+++ b/src/unique.ts
@@ -2,10 +2,10 @@ import * as uniqueExec from './vendor/unique';
export class Unique {
// maximum time unique.exec will attempt to run before aborting
- maxTime: number = 10;
+ maxTime = 10;
// maximum retries unique.exec will recurse before aborting ( max loop depth )
- maxRetries: number = 10;
+ maxRetries = 10;
// time the script started
// startTime: number = 0;