# eslint-config-kubism

> Shareable eslint config for kubism repos

Latest version **1.1.0** (published 2016-06-20) · Apache-2.0 license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2016-06-20 |
| First published | 2016-01-02 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | jimmidyson |

## Links

- npm: https://www.npmjs.com/package/eslint-config-kubism
- Repository: https://github.com/kubism/eslint-config-kubism
- Issues: https://github.com/kubism/eslint-config-kubism/issues
- npm.io page: https://npm.io/package/eslint-config-kubism

## Dependencies (6)

- [eslint](https://npm.io/package/eslint.md) ^2.13.0
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^5.2.2
- [eslint-plugin-promise](https://npm.io/package/eslint-plugin-promise.md) ^1.3.2
- [eslint-config-standard](https://npm.io/package/eslint-config-standard.md) ^5.3.1
- [eslint-plugin-standard](https://npm.io/package/eslint-plugin-standard.md) ^1.3.2
- [eslint-config-standard-react](https://npm.io/package/eslint-config-standard-react.md) ^2.4.0

## Recent versions

- 1.1.0 (latest) — 2016-06-20
- 1.0.5 — 2016-01-02
- 1.0.4 — 2016-01-02
- 1.0.3 — 2016-01-02
- 1.0.2 — 2016-01-02
- 1.0.1 — 2016-01-02
- 1.0.0 — 2016-01-02

## README

# eslint-config-kubism

[Shared ESLint config](http://eslint.org/docs/developer-guide/shareable-configs)
for [kubism](https://github.com/kubism) JavaScript code. By adopting a common
ESLint config, we hope to encourage consistent style and quality across all of
kubism JavaScript.

The majority of ESLint config should be defined here rather than each project's
own `.eslintrc`. If a project's maintainers desire to override some config, they
can do it in their own `.eslintrc`.

## Usage

```bs
npm install --save-dev eslint-config-kubism
```

Then, extend `kubism` in your `.eslintrc`:

```json
{
  "extends": "kubism"
}
```

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