Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Sep 13, 2019
1 parent 9a9ef4f commit 2672ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2870,6 +2870,7 @@ Requires the string value to be a valid email address.

- `options` - optional settings:
- `allowUnicode` - if `true`, Unicode characters are permitted. Defaults to `true`.
- `ignoreLength` - if `true`, ignore invalid email length errors. Defaults to `false`.
- `minDomainSegments` - Number of segments required for the domain. The default setting excludes
single segment domains such as `example@io` which is a valid email but very uncommon. Defaults
to `2`.
Expand Down

0 comments on commit 2672ef5

Please sign in to comment.