2.4.0 • Published 7 years ago

@backbase/eslint-config-backbase v2.4.0

Weekly downloads
233
License
-
Repository
-
Last release
7 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

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago