eslint-config-candytender

3.1.1 • Public • Published

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 mailto:team@candytender.com

Licensed under the MIT License

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

Package Sidebar

Install

npm i eslint-config-candytender

Weekly Downloads

3

Version

3.1.1

License

MIT

Last publish

Collaborators

  • eitherlands