Package detail

eslint-config-helmut

msn035MIT4.1.0

Helmut's base JS ESLint config

helmut, eslint

readme

eslint-config-helmut

This package provides Helmut's base JS .eslintrc as an extensible shared config.

Installation

$ npm i eslint-config-helmut --save-dev

Usage

Once the eslint-config-helmut is installed, specify helmut in the extends section of your .eslintrc configuration

{
    extends: 'helmut'
}

License

The MIT License