Skip to content

Commit d363b81

Browse files
committed
Fixed readme types (again)
1 parent 7616e1c commit d363b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ This will tell future maintainers of the codebase that this suspicious string is
7676
|Option|Description|Default|Type|
7777
|------|-----------|----------------|----|
7878
|tolerance|Maximum "randomness"/entropy allowed|`4`|`number`|
79-
|additionalRegexes|Object of additional patterns to check. Key is check name and value is corresponding pattern |`{}`|{\[regexCheckName:string]:string | RegExp}|
80-
|ignoreContent|Will ignore the *entire* string if matched. Expects either a pattern or an array of patterns. This option takes precedent over `additionalRegexes` and the default regular expressions|`[]`|string | RegExp | (string|RegExp)[]|
79+
|additionalRegexes|Object of additional patterns to check. Key is check name and value is corresponding pattern |`{}`|{\[regexCheckName:string]:string \| RegExp}|
80+
|ignoreContent|Will ignore the *entire* string if matched. Expects either a pattern or an array of patterns. This option takes precedent over `additionalRegexes` and the default regular expressions|`[]`|string \| RegExp \| (string\|RegExp)[]|
8181
|ignoreModules|Ignores strings that are an argument in `import()` and `require()` or is the path in an `import` statement.|`true`|`boolean`|
8282

8383
## Acknowledgements

0 commit comments

Comments
 (0)