Open
Description
Describe the bug
A clear and concise description of what the bug is.
IsSlug shows inconsistent results when I put "." in the inputs.
Examples
If applicable, add screenshots to help explain your problem.
> isSlug('i.am.not.a.slug')
false
> isSlug('slug.is.cool')
true
Additional context
Validator.js version: 13.11.0
Node.js version: v18.15.0
OS platform: macOs 12.6.3