UNPKG

eslint-config-willow

Version:
17 lines (13 loc) 670 B
## eslint-config-willow [![Build Status](https://travis-ci.org/willowsnow/eslint-config-willow.svg?branch=master)](https://travis-ci.org/willowsnow/eslint-config-willow) # How do I use this? Easy! First, install ESLint locally with `npm install --save-dev eslint`. (Alternatively, and not recommended, you can install it globally.) To install globally, use `npm install -g eslint-config-willow`. This is required if you don't want to install ESLint locally. To install for your current project, use `npm install --save-dev eslint-config-willow`. Then, create an .eslintrc file and paste this: ``` { "extends": "eslint-config-willow" } ```