1.0.0 • Published 6 years ago

eslint-config-takeshape v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

eslint-config-takeshape

ESLint shareable config for the TakeShape code style. This script builds on the XO shareable config with small changes and additions.

Install

$ npm install --save-dev eslint eslint-config-takeshape

Usage

Add the appropriate ESLint config to your package.json:

{
  "scripts": {
    "lint": "eslint"
  },
  "devDependencies": {
    "eslint": "^2.9.0",
    "eslint-config-takeshape": "^1.0.0"
  },
  "eslintConfig": {
    "extends": "takeshape"
  }
}

Lint with

$ npm run lint