Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-straylor

s-taylor14MIT1.0.0

Standard eslint config for Simon Taylor's projects

eslint, eslintconfig

readme

eslint-config-staylor

Simon Taylor's eslint configurations

Getting started

yarn add --dev eslint-config-staylor

Add .eslintrc to your project.

{
  "extends": "staylor",
  "rules": {
    // project specific rules go here
  }
}

Rules

This extends from from AirBnb's rules.