Skip to content

ammuench/amuench-eslint-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%