eslint-config-takeshape

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-takeshape

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

144 kB

Total Files

10

Last publish

Collaborators

  • asprouse