JSPM

stricter-standard

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 25318
  • Score
    100M100P100Q137661F
  • License MIT

Stricter JavaScript Standard Style

Package Exports

  • stricter-standard

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stricter-standard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Stricter JavaScript Standard Style

build status npm version

stricter-standard is a command line tool based on standard. It uses the same set of rules and adds some more to fill in the gaps.

Usage

To check your current code base, run:

npx stricter-standard

And to fix any errors:

npx stricter-standard --fix

For more details, check the standard documentation.