eslint-config-epiloque

3.0.1 • Public • Published

eslint-config-epiloque

Personal eslint configuration

license npm version build status

Usage

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

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

Linux/OSX users can simply run

(
    export PKG=eslint-config-epiloque;
    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-epiloque

Finally, add the extends to .eslintrc.js:

// .eslintrc.js
'use strict'
 
module.exports = {
    'extends': 'epiloque'
}

License

Copyright (c) 2016 Mark Milstein mailto:mark@epiloque.com

Licensed under the MIT License

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

Package Sidebar

Install

npm i eslint-config-epiloque

Weekly Downloads

41

Version

3.0.1

License

MIT

Last publish

Collaborators

  • eitherlands