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

@keboola/eslint-config-node

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keboola/eslint-config-node

Keboola Node.js coding standard

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

eslint-config-node

Keboola Node.js coding standard

Usage

  1. Install: yarn add --dev eslint eslint-plugin-import @keboola/eslint-config-node
  2. Add @keboola/node to the plugins section of your .eslintrc.json configuration file.:
{
    "extends": [
        "@keboola/node"
    ]
}

Standard

The standard extends AirBnB coding standard with these exceptions:

  • strict is disabled. You are not required to define strict mode explicitly as it is switched on by default inside modules and classes.

  • max-len. Maximum line length is increased to 120 with exceptions for comments and strings.

  • comma-dangle. Trailing commas are required everywhere except for function declarations and function calls.

  • import/no-extraneous-dependencies is disabled because aws-sdk module is preinstalled in Lambda environment and so it does not have to be specified in dependencies.

Keywords

FAQs

Package last updated on 25 Oct 2021

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