eslint-config-datapipeline

4.0.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-datapipeline

Weekly Downloads

1

Version

4.0.0

License

MIT

Last publish

Collaborators

  • vincentbel