eslint-config-datapipeline
v4.0.0
Published
Data pipeline ESLint configuration
Downloads
4
Maintainers
Readme
eslint-config-datapipeline
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