2.0.0 • Published 7 years ago

eslint-config-zt v2.0.0

Weekly downloads
408
License
MIT
Repository
github
Last release
7 years ago

ZeroTurnaround's ESLint config Build Status

ESLint shareable config for ZeroTurnaround JavaScript projects.

Installation

$ npm install --save-dev eslint babel-eslint eslint-config-zt

Usage

// .eslintrc
{
  "extends": "zt/base",
  "rules": {
    // Additional, per-project rules...
  }
}

Projects with React

  1. Add additional dependency:
$ npm install --save-dev eslint-plugin-react
  1. Extend both zt/base and zt/react.