Open
Description
Describe the bug
I am using isEmail
to validate email addresses with require_tld
set as the default of true
, and noticed an anomaly:
example@example
correctly fails validation.
example.example@example
passes validation.
Given that require_tld
is true I would have expected the second example to fail, or am I mistaken?
Additional context
Validator.js version: 13.6.0
Node.js version: 12.9.1
OS platform: [windows, linux, macOS, etc] macOS