Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-sexy

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sexy

Mostly sexy config

  • 5.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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).

Keywords

FAQs

Package last updated on 13 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc