eslint-config-parsley

1.3.0 • Public • Published

eslint-config-parsley Build Status

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

Install

$ yarn add eslint eslint-config-parsley --dev

Usage

Add the appropriate ESLint config to your package.json:

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

Or, put the config in an .eslintrc file:

Lint with

$ npm run lint

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-parsley

Weekly Downloads

2

Version

1.3.0

License

MIT

Unpacked Size

4.23 kB

Total Files

7

Last publish

Collaborators

  • mshick