1.5.2 • Published 7 years ago

eslint-config-ronik v1.5.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 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

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago