Socket
Book a DemoInstallSign in
Socket

eslint-config-datapipeline

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-datapipeline

Data pipeline ESLint configuration

latest
Source
npmnpm
Version
4.0.0
Version published
Maintainers
1
Created
Source

eslint-config-datapipeline

travis build version MIT License semantic-release

Data pipeline ESLint configuration.

Usage

npm install --save-dev eslint eslint-config-datapipeline

There exist two configs, the main one(index.js) for frontend development, and another (node.js) for Node.js projects or Node.js scripts.

You can add the extends to your .eslintrc:

{
  "extends": "datapipeline",
  "rules": {
    // your overrides
  }
}

Or

{
  "extends": "datapipeline/node",
  "rules": {
    // your overrides
  }
}

LICENSE

MIT

Keywords

config

FAQs

Package last updated on 19 Oct 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