1.3.0 • Published 6 years ago

eslint-config-parsley v1.3.0

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

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
1.3.0

6 years ago

1.2.2

6 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago