1.6.0 • Published 3 years ago
@heyma/eslint-config v1.6.0
@heyma/eslint-config
About
The package comes with severals eslint-config each for a different type of use.
- @heymaor- @heyma/eslint-configit's designed for general purpose use
- @heyma/eslint-config/mochait's designed for mocha tests
Installation
$ npm install --save-dev eslint @heyma/eslint-configUsage
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...
    }
}