Skip to content

valid-homepage

💼 This rule is enabled in the following configs: ✅ recommended, 📦 recommended-publishable.

This rule uses package-json-validator to validate the homepage property, if present, against the following criteria:

  • It must be a string
  • The value should be a valid URL
{
"homepage": "trent@nin.com"
}