onelint

4.0.0 • Public • Published

Onelint

standard-engine based linter using the eslint-config-onelint configuration.

Installation

Install the onelint package.

npm install --save-dev onelint

Set up a lint script in package.json:

{
    "name": "some-package",
    "version": "1.0.0",
    "scripts": {
        "lint": "onelint"
    }
}

Editor Configuration

Atom

Use the linter-js-standard-engine plugin. It will automatically detect onelint and use it.

/onelint/

    Package Sidebar

    Install

    npm i onelint

    Weekly Downloads

    5

    Version

    4.0.0

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • gustavnikolaj