0.3.1 • Published 2 months ago

stricter-standard v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.