eslint-plugin-opipe
Version:
ESLint preprocessor for JS files using the opipe operator
25 lines (16 loc) • 802 B
Markdown
# eslint-plugin-opipe     
> ESLint preprocessor for JS files using the opipe operator
## Installation
```bash
npm install --save-dev eslint-plugin-opipe
```
## Usage
Add `"eslint-plugin-opipe"` to the `plugins` array in your `.eslintrc.*`:
```json
{
"plugins": [
"eslint-plugin-opipe"
]
}
```
That's it, ESLint will now accept the opipe operator.