4.0.0 • Published 7 years ago

eslint-config-datapipeline v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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