# stylelint-config-heisenberg

> Stylelint configuration used by Heisenberg

Latest version **0.1.7** (published 2018-06-08) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install stylelint-config-heisenberg
pnpm add stylelint-config-heisenberg
yarn add stylelint-config-heisenberg
bun add stylelint-config-heisenberg
```

## 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.1.7 |
| Published | 2018-06-08 |
| First published | 2018-02-25 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.9.1 |
| Dependencies | 3 |
| Unpacked size | 7.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Maintainers | walbo |

## Links

- npm: https://www.npmjs.com/package/stylelint-config-heisenberg
- Repository: https://github.com/DekodeInteraktiv/heisenberg
- Issues: https://github.com/DekodeInteraktiv/heisenberg/issues
- npm.io page: https://npm.io/package/stylelint-config-heisenberg

## Dependencies (3)

- [stylelint-scss](https://npm.io/package/stylelint-scss.md) 3.1.0
- [stylelint-order](https://npm.io/package/stylelint-order.md) 0.8.1
- [stylelint-config-recommended](https://npm.io/package/stylelint-config-recommended.md) 2.1.0

## Recent versions

- 0.1.7 (latest) — 2018-06-08
- 0.1.6 — 2018-05-29
- 0.1.5 — 2018-04-28
- 0.1.4 — 2018-03-21
- 0.1.3 — 2018-03-18
- 0.1.2 — 2018-02-26
- 0.1.1 — 2018-02-25
- 0.1.0 — 2018-02-25
- 0.0.1 — 2018-02-25

## README

# stylelint-config-heisenberg

> Heisenberg shareable config for stylelint.

## Installation

```bash
$ npm install stylelint-config-heisenberg --save-dev
```

## Usage

If you've installed `stylelint-config-heisenberg` locally within your project, just set your `stylelint` config to:

```json
{
  "extends": "stylelint-config-heisenberg"
}
```

## Extending the config

Simply add a `"rules"` key to your config and add your overrides there.

For example, to change the `indentation` to four spaces and turn off the `number-leading-zero` rule:


```json
{
  "extends": "stylelint-config-heisenberg",
  "rules": {
    "indentation": 4,
    "number-leading-zero": null
  }
}
```

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