# stylelint-config-standard-scss

> The standard shareable SCSS config for Stylelint

Latest version **17.0.0** (published 2026-01-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install stylelint-config-standard-scss
pnpm add stylelint-config-standard-scss
yarn add stylelint-config-standard-scss
bun add stylelint-config-standard-scss
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 17.0.0 |
| Published | 2026-01-15 |
| First published | 2019-01-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=20 |
| Dependencies | 2 |
| Unpacked size | 6.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 150 |
| Author | Stylelint SCSS |
| Maintainers | kristerkari, jeddy3, niksy, moeriki |
| Keywords | stylelint, stylelint-config, standard, scss |

## Links

- npm: https://www.npmjs.com/package/stylelint-config-standard-scss
- Repository: https://github.com/stylelint-scss/stylelint-config-standard-scss
- Homepage: https://github.com/stylelint-scss/stylelint-config-standard-scss#readme
- Issues: https://github.com/stylelint-scss/stylelint-config-standard-scss/issues
- npm.io page: https://npm.io/package/stylelint-config-standard-scss

## Dependencies (2)

- [stylelint-config-standard](https://npm.io/package/stylelint-config-standard.md) ^40.0.0
- [stylelint-config-recommended-scss](https://npm.io/package/stylelint-config-recommended-scss.md) ^17.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

- 17.0.0 (latest) — 2026-01-15
- 2.0.0-0 (next) — 2021-10-20
- 16.0.0 — 2025-09-11
- 15.0.1 — 2025-05-18
- 15.0.0 — 2025-05-10
- 14.0.0 — 2024-11-30
- 13.1.0 — 2024-04-02
- 13.0.0 — 2024-01-04
- 12.0.0 — 2023-12-11
- 11.1.0 — 2023-11-02
- 11.0.0 — 2023-09-03
- 10.0.0 — 2023-06-29
- 9.0.0 — 2023-04-24
- 8.0.0 — 2023-04-10
- 7.0.1 — 2023-02-13
- … 11 more at https://npm.io/package/stylelint-config-standard-scss/versions

## README

# stylelint-config-standard-scss

[![npm version](https://img.shields.io/npm/v/stylelint-config-standard-scss?logo=npm&logoColor=fff)](https://www.npmjs.com/package/stylelint-config-standard-scss)
[![Build Status](https://img.shields.io/github/actions/workflow/status/stylelint-scss/stylelint-config-standard-scss/test.yml?branch=main&label=tests&logo=github)](https://github.com/stylelint-scss/stylelint-config-standard-scss/actions/workflows/test.yml?query=workflow%3ATests)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen)](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
[![Downloads per month](https://img.shields.io/npm/dm/stylelint-config-standard-scss)](https://npmcharts.com/compare/stylelint-config-standard-scss)

> The standard shareable SCSS config for Stylelint.

This config:

- extends the [`stylelint-config-standard` shared config](https://github.com/stylelint/stylelint-config-standard) and configures its rules for SCSS
- extends the [`stylelint-config-recommended-scss` shared config](https://github.com/stylelint-scss/stylelint-config-recommended-scss)

To see the rules that this config uses, please read the [config itself](/index.js).

## Installation

```shell
npm install --save-dev stylelint-config-standard-scss
```

## Usage

Set your `stylelint` config to:

```json
{
  "extends": "stylelint-config-standard-scss"
}
```

### Extending the config

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

For example, to turn off the `scss/dollar-variable-pattern` rule:

```json
{
  "extends": "stylelint-config-standard-scss",
  "rules": {
    "scss/dollar-variable-pattern": null
  }
}
```

## [Changelog](CHANGELOG.md)

## [License](LICENSE)

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