1.6.0 • Published 2 years ago

@heyma/eslint-config v1.6.0

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

@heyma/eslint-config

About

The package comes with severals eslint-config each for a different type of use.

  • @heyma or @heyma/eslint-config it's designed for general purpose use
  • @heyma/eslint-config/mocha it's designed for mocha tests

Installation

$ npm install --save-dev eslint @heyma/eslint-config

Usage

Once the @heyma/eslint-config package is installed, you can use it by specifying @heyma (or any other eslint configuration above described) in the extends section of your ESLint configuration.

{
    "extends": "@heyma",
    "rules": {
        // Additional, per-project rules...
    }
}
1.6.0

2 years ago

1.5.0

2 years ago

1.4.3

3 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago