Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 802 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 802 Bytes

eslint-plugin-opipe npm (scoped) NpmLicense David Travis (.com) Coveralls github

ESLint preprocessor for JS files using the opipe operator

Installation

npm install --save-dev eslint-plugin-opipe

Usage

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.