Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@backbase/eslint-config-backbase

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backbase/eslint-config-backbase

Backbase's eslint configuration options

  • 2.3.0
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-66.67%
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 19 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc