eslint-config-ronik

1.5.2 • Public • Published

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

/eslint-config-ronik/

    Package Sidebar

    Install

    npm i eslint-config-ronik

    Weekly Downloads

    19

    Version

    1.5.2

    License

    ISC

    Last publish

    Collaborators

    • asprouse
    • mshick