eslint-config-vyorkin

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-vyorkin

Weekly Downloads

1

Version

1.0.0

License

WTFPL

Last publish

Collaborators

  • vyorkin