1.1.0 • Published 7 years ago

eslint-config-staylor v1.1.0

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

eslint-config-staylor

Simon Taylor's eslint configurations

Getting started

yarn add --dev eslint // Yarn doesn't symlink binaries from nested modules
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.