2.4.0 • Published 9 years ago

@backbase/eslint-config-backbase v2.4.0

Weekly downloads
233
License
-
Repository
-
Last release
9 years ago

eslint-config-backbase

Backbase's eslint configuration option

INFORMATION

Nameeslint-config
Version1.0.0
BinaryN/A
Public
Registryhttps://www.npmjs.com/package/@backbase/eslint-config-backbase
Ownerdragos@backbase.com
Status

INSTALL

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

USAGE

If you want to extend a specific configuration file, you can use the extends property and specify the path to the file. The path can be either relative or absolute.

Configurations can be extended by using:

  • YAML file
  • JSON file
  • JS file

Shareable configuration package The extended configuration provides base rules, which can be overridden by the configuration that references it. For example:

  • YAML
    extends: "@backbase/eslint-config-backbase"
    #Override any settings from the "parent" configuration
    quotes:
            - 1
            - "double"
  • JSON
{
    "extends": "@backbase/eslint-config-backbase",
    "rules": {    
        "quotes": [2, "double"]
    }
}

CONTRIBUTING

@todo

REFRENCES

TODO

2.4.0

9 years ago

2.3.0

9 years ago

2.2.0

9 years ago

2.1.0

9 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago