repolinter icon indicating copy to clipboard operation
repolinter copied to clipboard

New rule: package.json validation for NodeJS

Open iamwillbar opened this issue 8 years ago • 3 comments

  • [ ] license parseable as a SPDX expression
  • [ ] description provided
  • [ ] keywords provided
  • [ ] homepage provided
  • [ ] author provided
  • [ ] main provided
  • [ ] repository provided
  • [ ] test script provided (and isn't the default error script)

iamwillbar avatar Jun 14 '17 23:06 iamwillbar

I was pondering whether it would be nice to implement this by having an axiom for 'build system' or 'package manager'. Then you could do:

package-manager=npm -> add the above rules using existing rule language

hyandell avatar Mar 01 '18 07:03 hyandell

packager axiom implemented. Need to PR.

hyandell avatar Jul 16 '18 18:07 hyandell

See #105

hyandell avatar Jul 16 '18 21:07 hyandell