stricter-standard
Version:
Stricter JavaScript Standard Style
23 lines (15 loc) • 732 B
Markdown
# stricter-standard
[](https://github.com/bergos/stricter-standard/actions/workflows/test.yaml)
[](https://www.npmjs.com/package/stricter-standard)
`stricter-standard` is a stricter JavaScript Standard Style command line tool based on [standard](https://standardjs.com/).
It uses the same set of rules and adds some more to fill in the gaps.
## Usage
To check your current code base, run:
```bash
npx stricter-standard
```
And to fix any errors:
```bash
npx stricter-standard --fix
```
For more details, check the `standard` documentation.