1.1.1 • Published 8 years ago

eslint-config-tleunen v1.1.1

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

eslint-config-tleunen

npm version

This configuration provides the base rules for a NodeJS application.

Install

To make sure to install the correct versions for each peer dependency, here's a command you can run:

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

Usage

Add "extends": "tleunen" in the .eslintrc file (or other specific eslint configuration file)

Special thanks

Special thanks to Airbnb for their configuration