eslint-config-candytender
v3.1.1
Published
Personal eslint configuration
Downloads
14
Maintainers
Readme
eslint-config-candytender
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:[email protected]
Licensed under the MIT License
http://www.opensource.org/licenses/MIT