1.0.0 • Published 5 years ago

eslint-plugin-opipe v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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.