Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markelog/eslint-config-sexy
Sexy eslint config
https://github.com/markelog/eslint-config-sexy
airbnb config eslint eslint-config eslint-plugin eslintconfig plugin react sexy
Last synced: about 1 month ago
JSON representation
Sexy eslint config
- Host: GitHub
- URL: https://github.com/markelog/eslint-config-sexy
- Owner: markelog
- License: mit
- Created: 2017-02-23T17:59:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T12:04:58.000Z (over 6 years ago)
- Last Synced: 2024-11-21T13:06:16.452Z (about 1 month ago)
- Topics: airbnb, config, eslint, eslint-config, eslint-plugin, eslintconfig, plugin, react, sexy
- Language: JavaScript
- Size: 24.4 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# eslint-config-sexy [![travis build](https://img.shields.io/travis/markelog/eslint-config-sexy.svg?style=flat-square)](https://travis-ci.org/markelog/eslint-config-sexy)
## 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`](https://github.com/evcohen/eslint-plugin-jsx-a11y) or [`eslint-plugin-react`](https://github.com/yannickcr/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`:
```javascript
{
"extends": "sexy",
"rules": {
// your overrides
}
}
```## license
MIT (see the [license](license) file).