1.0.0 • Published 7 years ago

echint-config-jquery v1.0.0

Weekly downloads
5
License
CC0-1.0
Repository
github
Last release
7 years ago

Build Status

jQuery echint config

Usage

npm install --save-dev echint-config-jquery

Configure echint in package.json using the following contents:

{
	"echint": {
		"extends": "jquery"
	}
}

Status

This config follows the spirit of the jQuery code style, does not violate it and extends it.

Semver policy

Same approach as in eslint, see https://github.com/eslint/eslint#user-content-semantic-versioning-policy.