s-taylor / eslint-config-staylor

Simon Taylor's eslint configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simon Taylor's eslint configurations

License:MIT License


Languages

Language:JavaScript 100.0%