# Stricter JavaScript Standard Style

[![build status](https://img.shields.io/github/actions/workflow/status/bergos/stricter-standard/test.yaml?branch=master)](https://github.com/bergos/stricter-standard/actions/workflows/test.yaml)
[![npm version](https://img.shields.io/npm/v/stricter-standard.svg)](https://www.npmjs.com/package/stricter-standard)

`stricter-standard` is a 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.
