Skip to content

heyma-io/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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...
    }
}

About

Heyma eslint-config. Follow the rules and everything will be fine 😊

Topics

Resources

License

Stars

Watchers

Forks