# eslint-config-reasonable

> Just spend your times in thinking & writing codes

Latest version **0.0.1** (published 2017-05-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-reasonable
pnpm add eslint-config-reasonable
yarn add eslint-config-reasonable
bun add eslint-config-reasonable
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2017-05-05 |
| First published | 2017-05-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Lufty Wiranda |
| Maintainers | luftywiranda |
| Keywords | eslint, eslintconfig, eslint-plugin, eslint-preset |

## Links

- npm: https://www.npmjs.com/package/eslint-config-reasonable
- Repository: https://github.com/luftywiranda13/eslint-config-reasonable
- Homepage: https://github.com/luftywiranda13/eslint-config-reasonable#readme
- Issues: https://github.com/luftywiranda13/eslint-config-reasonable/issues
- npm.io page: https://npm.io/package/eslint-config-reasonable

## Dependencies (9)

- [commitizen](https://npm.io/package/commitizen.md) ^2.9.6
- [babel-eslint](https://npm.io/package/babel-eslint.md) ^7.2.3
- [semantic-release](https://npm.io/package/semantic-release.md) ^6.3.2
- [eslint-plugin-jest](https://npm.io/package/eslint-plugin-jest.md) ^19.0.1
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^6.9.0
- [eslint-config-airbnb](https://npm.io/package/eslint-config-airbnb.md) ^14.1.0
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.2.0
- [eslint-plugin-jsx-a11y](https://npm.io/package/eslint-plugin-jsx-a11y.md) ^4.0.0
- [cz-conventional-changelog](https://npm.io/package/cz-conventional-changelog.md) ^2.0.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2017-05-05

## README

# 💡 eslint-config-reasonable

[![npm](https://img.shields.io/npm/v/eslint-config-reasonable.svg)](https://www.npmjs.com/package/eslint-config-reasonable)
[![Greenkeeper badge](https://badges.greenkeeper.io/luftywiranda13/eslint-config-reasonable.svg)](https://greenkeeper.io/)

> Just spend your times in thinking & writing codes.


## The problem

You like writing *good practice* and *widely-known* coding styles, but you hate to set up the tools 😫

Though linting (eslint) is not **the core** part in a project, but it turns out wasting developer times to set it up.
Too many steps and too many repetitive stuffs to install.


## The solution

The **only one** Eslint config/plugin/preset (name it as you want). This package includes:
* [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb)
* [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)
* [eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)
* [eslint-plugin-jsx-a11y](https://www.npmjs.com/package/eslint-plugin-jsx-a11y)
* [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react)

Additional rules:
* Force maximum line-length ⩽ 80.
* Allow ```.jsx``` specific conventions in general ```.js``` files.


## Install

Install the conventions by running:

```
$ npm i eslint eslint-config-reasonable --save-dev
```


## Usage

Add the extends to your ```.eslintrc```:

```js
{
  "extends": "reasonable",
  "rules": {
    // your overrides
  }
}
```

Then start writing great projects 🚀


## License

MIT © [Lufty Wiranda](https://instagram.com/luftywiranda13).

---
_Source: https://npm.io/package/eslint-config-reasonable · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
