1.0.0 • Published 7 years ago
eslint-plugin-opipe v1.0.0
eslint-plugin-opipe

ESLint preprocessor for JS files using the opipe operator
Installation
npm install --save-dev eslint-plugin-opipeUsage
Add "eslint-plugin-opipe" to the plugins array in your .eslintrc.*:
{
"plugins": [
"eslint-plugin-opipe"
]
}That's it, ESLint will now accept the opipe operator.