1.5.2 • Published 9 years ago

eslint-config-ronik v1.5.2

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

eslint-config-ronik Build Status

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

Install

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

Usage

Add the appropriate ESLint config to your package.json:

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

Lint with

$ npm run lint
1.5.2

9 years ago

1.5.1

9 years ago

1.5.0

9 years ago

1.4.0

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago