1.0.0 • Published 7 years ago

eslint-config-vyorkin v1.0.0

Weekly downloads
2
License
WTFPL
Repository
github
Last release
7 years ago

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