Skip to content
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.

Latest commit

 

History

History
100 lines (75 loc) · 3.64 KB

README.md

File metadata and controls

100 lines (75 loc) · 3.64 KB

eslint-config-vyorkin

travis build version downloads travis build semantic-release

ESLint rules for all of my personal projects. Feel free to use these conventions :-)

Usage

Install the conventions by running:

yarn add --dev eslint eslint-config-vyorkin

Then add the extends to your .eslintrc:

{
  "extends": "vyorkin",
  "rules": {
    // your overrides
  }
}

Other configs

This config also exposes a few other configs that I use often and pull in as needed.

You can use them standalone:

{
  "extends": "vyorkin/<config-name>"
}

Or in combination with the base config (recommended)

{
  "extends": ["vyorkin", "vyorkin/<config-name>"]
}

Configs

Dependencies

Plugins

Inspiration

The main ideas is shamelessly stolen from the awesome Kent C. Dodds eslint config.

Here is the list of various personal configs I am aware of:

LICENSE

WTFPL – Do What the Fuck You Want to Public License.