You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Is your feature request that we implement a new rule?
No
Is your feature request related to a problem? Please describe.
README description of function-name has only description of object with regular expression, but no mention of string flag.
function-namerule meta has only description, schema, and examples of string flags.
function-name rule schema and examples expect string flags right after true that enables rule, but implementation will parse these flags only as second option.
Describe the solution you'd like
Update README.md, rules metadata (options description, schema, and examples) to represent both object and string flags.
Update rule options parsing so that string flags can be in first position, if configuration object is not provided (when defaults are OK, but need to control over static private validation)