3.1.1 • Published 7 years ago

eslint-config-candytender v3.1.1

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

eslint-config-candytender

npm version

eslint configuration

Usage

Install the correct versions of each package, which are listed by the command:

npm info "eslint-config-candytender@latest" peerDependencies

Linux/OSX users can simply run

(
    export PKG=eslint-config-candytender;
    npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

Alternatively either install all the peer dependencies manually, or use the install-peerdeps cli tool.

npm install -g install-peerdeps
install-peerdeps --dev eslint-config-candytender

Finally, add the extends to .eslintrc.js:

// .eslintrc.js
'use strict'

module.exports = {
    'extends': 'candytender'
}

License

Copyright (c) 2016 Candytender Team team@candytender.com

Licensed under the MIT License

http://www.opensource.org/licenses/MIT
3.1.1

7 years ago

3.1.0

7 years ago

3.0.5

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.3.1

7 years ago