eslint-config-staylor

1.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-staylor

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • s-taylor