@agillic/eslint-config

0.0.5 • Public • Published

pipeline status

Agillic ESlint Config

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

Made with ❤️ 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @agillic/eslint-config

Weekly Downloads

4

Version

0.0.5

License

GPL-3.0-only

Unpacked Size

7.38 kB

Total Files

5

Last publish

Collaborators

  • gabriel.cramer
  • martinschalck
  • skarberg