0.0.30 • Published 5 years ago

eslint-config-ariyalabs v0.0.30

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

eslint-config-ariyalabs Build Status

ESLint shareable config

Installation

$ npm install --save-dev eslint eslint-config-ariyalabs

Usage

Once the eslint-config-ariyalabs package is installed, you can use it by specifying ariyalabs in the extends section of your ESLint configuration.

{
  "extends": "ariyalabs",
  "rules": {
    // Additional, per-project rules...
  }
}

Using the ariyalabs config with eslint:recommended

There are several rules in the eslint:recommended ruleset that you might want to override and enforce in your project.

To use AriyaLabs style in conjunction with ESLint's recommended rule set, extend them both, making sure to list ariyalabs last:

{
  "extends": ["eslint:recommended", "ariyalabs"],
  "rules": {
    // Additional, per-project rules...
  }
}

To see how the ariyalabs config compares with eslint:recommended, refer to the source code of index.js, which lists every ESLint rule along with whether (and how) it is enforced by the ariyalabs config.

License

Licensed under the MIT License.

Copyright (c) 2017 AriyaLabs, LLC.

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago