valid-private
💼 This rule is enabled in the following configs: ✅ recommended, 📦 recommended-publishable.
This rule checks that, present, the private property is a boolean.
Examples
Section titled “Examples”{ "private": "true"}{ "private": true}Related Rules
Section titled “Related Rules”require-private- Enforces that theprivateproperty is present.