0.0.5 • Published 5 years ago

@agillic/eslint-config v0.0.5

Weekly downloads
2
License
GPL-3.0-only
Repository
github
Last release
5 years ago

Agillic ESlint Config

This ESlint config helps keeping your code clean and tidy while enforcing plenty of good practices.

Made with :heart: by Agillic

Installation

npm install --save-dev @agillic/eslint-config

Or if you're using yarn

yarn add @agillic/eslint-config

Note that in order to work properly this package requires a peer dependency of ESlint.

Usage

In order to use this config extend your .eslintrc file

{
  "extends": ["@agillic/eslint-config"]
}

Rules

This config extends airbnb and sonarjs/recommended configs.

It also uses the following plugins:

For the details on specific usage please refer to index.js.