eslint-config-sexy

5.0.0 • Public • Published

eslint-config-sexy travis build

What

This is derative of the airbnb code-style, which uses airbnb eslint configs as a depedency.

Includes all the plugin that airbnb has, but without any need to manually install additional plugins, like eslint-plugin-jsx-a11y or eslint-plugin-react and etc.

Plus it doesn't require you to use some problematic or broken rules which included in airbnb config.

Usage

Install the rules by running:

npm install --save-dev eslint eslint-config-sexy

Then add the extends to your .eslintrc.json:

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

license

MIT (see the license file).

Package Sidebar

Install

npm i eslint-config-sexy

Weekly Downloads

27

Version

5.0.0

License

MIT

Unpacked Size

5.17 kB

Total Files

5

Last publish

Collaborators

  • markelog