/eslint-config-zt

ESLint shareable config for the ZeroTurnaround JavaScript style guide

Primary LanguageJavaScriptMIT LicenseMIT

ZeroTurnaround's ESLint config

Installation

$ yarn add --dev eslint-config-zt

Usage

// .eslintrc.yml
---
extends:
  - "zt"

rules:
    # Some overrides
    no-fallthrough: 0

Base rules

Extend only zt/base when you don't use React in your project.