UNPKG

eslint-plugin-opipe

Version:

ESLint preprocessor for JS files using the opipe operator

25 lines (16 loc) 802 B
# eslint-plugin-opipe ![npm (scoped)](https://img.shields.io/npm/v/@eslint-plugin-opipe.svg?style=popout) ![NpmLicense](https://img.shields.io/npm/l/eslint-plugin-opipe.svg?style=popout) ![David](https://img.shields.io/david/peoro/eslint-plugin-opipe.svg?style=popout) ![Travis (.com)](https://img.shields.io/travis/com/peoro/eslint-plugin-opipe.svg?style=popout) ![Coveralls github](https://img.shields.io/coveralls/github/peoro/eslint-plugin-opipe.svg?style=popout) > 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.