amuench-eslint-config

amuench ESLint config


License
MIT
Install
npm install amuench-eslint-config@1.0.0

Documentation

AMuench's ESLint Plugin

A collection of ESLint settings for Amuench's projects

Installation

To install the plugin, install the plugin package with peer dependencies

npm install --save-dev eslint-config-amuench

or 

yarn add -D eslint-config-amuench

After that, just add the package to your eslint config file under the extends property:

...

"extends": [
    "eslint-config-amuench",
]
...