https://npmpackagejsonlint.org/docs/rules#format-rules has three string formatting rules that provide value:
Edit: split out #130 and #131
It'd be good to have them in this plugin. But...
- Should they be combined into one rule with options? Split into separate rules?
- If they're separate rules, should the name template be
format-* (to put together alphabetically) or *-format (to associate with the individual property)?
- Note that these use the word "format" to refer to the contents of string property values - not a formatter like Prettier. Is there an equivalent other word that doesn't have the terminology overlap?
Blocked on #40, but once that PR is merged this will be good to go. ✅
https://npmpackagejsonlint.org/docs/rules#format-rules has three string formatting rules that provide value:
name-format: 🚀 Feature: Add a valid-name rule #131version-format: 🚀 Feature: Add a valid-version rule #130Edit: split out #130 and #131
It'd be good to have them in this plugin. But...
format-*(to put together alphabetically) or*-format(to associate with the individual property)?Blocked on #40, but once that PR is merged this will be good to go.✅