# @we-make-websites/stylelint-config

> We Make Website's stylelint rules and config

Latest version **3.5.0** (published 2022-11-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @we-make-websites/stylelint-config
pnpm add @we-make-websites/stylelint-config
yarn add @we-make-websites/stylelint-config
bun add @we-make-websites/stylelint-config
```

## 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 | 3.5.0 |
| Published | 2022-11-14 |
| First published | 2019-03-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ^16.17.0 |
| Dependencies | 4 |
| Unpacked size | 28.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Craig Baldwin |
| Maintainers | craigbaldwin, danngofett, achipperfield |

## Links

- npm: https://www.npmjs.com/package/@we-make-websites/stylelint-config
- Repository: https://bitbucket.org/we-make-websites/brush
- Homepage: https://bitbucket.org/we-make-websites/brush#readme
- Issues: https://bitbucket.org/we-make-websites/brush/issues
- npm.io page: https://npm.io/package/@we-make-websites/stylelint-config

## Dependencies (4)

- [merge](https://npm.io/package/merge.md) 2.1.1
- [postcss-scss](https://npm.io/package/postcss-scss.md) 4.0.5
- [stylelint-scss](https://npm.io/package/stylelint-scss.md) 4.3.0
- [stylelint-order](https://npm.io/package/stylelint-order.md) 5.0.0

## Recent versions

- 3.5.0 (latest) — 2022-11-14
- 3.5.0-beta.0 (beta) — 2022-11-14
- 3.4.0 — 2022-09-29
- 3.3.0 — 2022-09-29
- 3.2.0 — 2022-07-14
- 3.1.0 — 2022-01-25
- 3.1.0-beta.0 — 2022-01-25
- 3.0.1 — 2021-10-26
- 3.0.0 — 2021-10-25
- 2.0.2 — 2021-08-10
- 2.0.1 — 2021-07-28
- 2.0.0 — 2021-07-26
- 1.0.4 — 2021-07-13
- 1.0.3 — 2020-04-27
- 1.0.2 — 2019-03-12
- … 2 more at https://npm.io/package/@we-make-websites/stylelint-config/versions

## README

# 🎨 Stylelint Config

We Make Website's stylelint rules and config.

## Installation

Run the command:

```
yarn add stylelint @we-make-websites/stylelint-config --dev
```

## Usage
We Make Website’s stylelint rules come bundled in `@we-make-websites/stylelint-config`.

To enable these rules add the following to your _.stylelintrc_ root file:

```js
extends: [
  '@we-make-websites/stylelint-config',
],
```

## Versions

* `3.#.#` - Canvas projects
* `2.#.#` - Frame projects using stylelint 13 or older
* `1.#.#` - Do not use

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