4.0.0 • Published 7 years ago

onelint v4.0.0

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
7 years ago

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.

4.0.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago