🚀 Feature: Bring in a valid-keywords rule #829
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Bug Report Checklist
main
branch of the repository.Overview
Following #42 -> #51: we've resolved to create a standalone
valid-keywords
rule. It should enforce that, if the field exists in thepackage.json
file, it's set to a valid value. It should do nothing if the field doesn't exist.Additional Info
Per discussion in #51, this won't be enabled by default at first. For this issue, we should:
package-json-validator
is released with that feature, file an issue on this repo to switch the rule to use that API frompackage-json-validator
If you want to take on just step 1, that's ok - no pressure to do all three. 🙂
Once all
valid-
rules exist in this plugin, we can then file an issue to deprecate thevalid-package-def
rule in favor of them.💖
The text was updated successfully, but these errors were encountered: