4.0.0 • Published 8 years ago
eslint-config-datapipeline v4.0.0
eslint-config-datapipeline
Data pipeline ESLint configuration.
Usage
npm install --save-dev eslint eslint-config-datapipelineThere 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