One lint to er to rule them all, and in the darkness bind them.
npm install onelintstandard-engine based linter using the
eslint-config-onelint
configuration.
Install the onelint package.
```
npm install --save-dev onelint
Set up a lint script in package.json:
`json``
{
"name": "some-package",
"version": "1.0.0",
"scripts": {
"lint": "onelint"
}
}
Use the
linter-js-standard-engine
plugin. It will automatically detect onelint and use it.