stricter-standard
v0.3.2
Published
Stricter JavaScript Standard Style
Downloads
4,801
Maintainers
Readme
stricter-standard
stricter-standard is a stricter JavaScript Standard Style 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-standardAnd to fix any errors:
npx stricter-standard --fixFor more details, check the standard documentation.
