# stylelint-config-suitcss

> SUIT CSS config for Stylelint

Latest version **21.0.0** (published 2024-02-04) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 21.0.0 |
| Published | 2024-02-04 |
| First published | 2015-07-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=18.12.0 |
| Dependencies | 2 |
| Unpacked size | 4.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 76 |
| Author | stylelint |
| Maintainers | alecrust, jeddy3, simonsmith |
| Keywords | stylelint, stylelint-config, suitcss |

## Links

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

## Dependencies (2)

- [stylelint-order](https://npm.io/package/stylelint-order.md) ^6.0.4
- [stylelint-suitcss](https://npm.io/package/stylelint-suitcss.md) ^5.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

- 21.0.0 (latest) — 2024-02-04
- 20.0.0 — 2023-07-25
- 19.0.0 — 2023-05-02
- 18.0.0 — 2022-01-17
- 17.0.0 — 2021-08-03
- 16.0.0 — 2021-08-02
- 15.0.0 — 2020-08-26
- 14.0.0 — 2018-02-25
- 13.0.0 — 2018-01-12
- 12.0.0 — 2017-09-22
- 11.0.0 — 2017-04-07
- 10.0.0 — 2017-03-05
- 9.0.0 — 2017-02-13
- 8.0.0 — 2016-07-14
- 7.0.0 — 2016-06-15
- … 12 more at https://npm.io/package/stylelint-config-suitcss/versions

## README

# stylelint-config-suitcss

[![NPM version](http://img.shields.io/npm/v/stylelint-config-suitcss.svg)](https://www.npmjs.com/package/stylelint-config-suitcss) [![Build Status](https://github.com/suitcss/stylelint-config-suitcss/actions/workflows/ci.yml/badge.svg)](https://github.com/suitcss/stylelint-config-suitcss/actions/workflows/ci.yml)

> SUIT CSS shareable config for Stylelint.

Configuration rules to ensure your CSS code is compliant with [SUIT CSS's code style](https://github.com/suitcss/suit/blob/master/doc/STYLE.md).

## Installation

```console
$ npm install stylelint-config-suitcss
```

## Usage

Set your Stylelint config to:

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

### Extending the config

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

For example, to allow empty blocks in your CSS turn off the `block-no-empty` rule:

```json
{
  "extends": "stylelint-config-suitcss",
  "rules": {
    "block-no-empty": null
  }
}
```

## [Changelog](CHANGELOG.md)

## [License](LICENSE)

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