2.2.0 • Published 1 year ago

eslint-config-amuench v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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",
]
...