# stylelint-config-crowdlab

> Stylelint configuration used by CrowdLab

Latest version **2.0.0** (published 2018-06-05) · UNLICENSED license · 0 weekly downloads

## Install

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

## 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 | 2.0.0 |
| Published | 2018-06-05 |
| First published | 2016-11-21 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 4.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | CrowdLab |
| Maintainers | aaronmcadam, patrickcorbett |

## Links

- npm: https://www.npmjs.com/package/stylelint-config-crowdlab
- Repository: https://github.com/crowdlab-uk/cl-ui
- npm.io page: https://npm.io/package/stylelint-config-crowdlab

## Dependencies (5)

- [stylelint](https://npm.io/package/stylelint.md) ^9.2.0
- [stylelint-scss](https://npm.io/package/stylelint-scss.md) ^3.0.1
- [stylelint-order](https://npm.io/package/stylelint-order.md) ^0.8.1
- [stylelint-config-standard](https://npm.io/package/stylelint-config-standard.md) ^18.2.0
- [stylelint-selector-bem-pattern](https://npm.io/package/stylelint-selector-bem-pattern.md) ^2.0.0

## Recent versions

- 2.0.0 (latest) — 2018-06-05
- 1.1.0-alpha.43c52ed6 (canary) — 2018-03-21
- 1.0.1 — 2017-09-20
- 1.0.0 — 2017-09-19
- 0.0.28 — 2017-07-19
- 0.0.27 — 2017-05-11
- 0.0.26 — 2017-05-08
- 0.0.25 — 2017-04-03
- 0.0.24 — 2017-04-03
- 0.0.22 — 2017-03-30
- 0.0.20 — 2016-12-14
- 0.0.10 — 2016-12-14
- 0.0.2 — 2016-12-14
- 0.0.1 — 2016-11-21

## README

# stylelint-config-crowdlab

> Stylelint configuration used by CrowdLab

Currently based on
[`stylelint-config-standard`](https://github.com/stylelint/stylelint-config-standard) with some additions:

* [`stylelint-selector-bem-pattern`](https://github.com/davidtheclark/stylelint-selector-bem-pattern)
* [`stylelint-scss`](https://github.com/kristerkari/stylelint-scss)

## Usage in CrowdLab UI

The easiest way to use this configuration is by copying the package boilerplate, which includes it by default. **You don't need to install it separately in CrowdLab UI projects.**

## Usage Outside of CrowdLab UI

If you want to use this package outside of the CrowdLab UI project, you can
install and use it with the following steps.

## Install

```sh
yarn add -D stylelint-config-crowdlab
```

## Usage

Create a file named `.stylelintrc` with following contents in the root folder of your project:

```js
{
  "extends": "stylelint-config-crowdlab",
  "rules": {
    // Add overrides and additional rules here
  }
}
```

That's it! You can override the settings from `stylelint-config-crowdlab` by editing the `.stylelintrc` file. Learn more about [configuring stylelint](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/rules.md) on the stylelint documentation.

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