# stylelint-config-activepipe

> Shared CSS formatting and quality configuration for use in ActivePipe projects

Latest version **1.1.0** (published 2020-07-07) · ISC license · 0 weekly downloads

## Install

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

## 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 | 1.1.0 |
| Published | 2020-07-07 |
| First published | 2018-04-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ActivePipe |
| Maintainers | chrisnankervis, grrowl, johnmcclumpha, nathmack |

## Links

- npm: https://www.npmjs.com/package/stylelint-config-activepipe
- Repository: https://github.com/ActivePipe/code-standards
- Homepage: https://github.com/ActivePipe/code-standards#readme
- Issues: https://github.com/ActivePipe/code-standards/issues
- npm.io page: https://npm.io/package/stylelint-config-activepipe

## Dependencies (4)

- [stylelint-colorvars-check](https://npm.io/package/stylelint-colorvars-check.md) ^1.0.6
- [stylelint-config-prettier](https://npm.io/package/stylelint-config-prettier.md) ^2.0.0
- [stylelint-config-standard](https://npm.io/package/stylelint-config-standard.md) ^18.0.0
- [stylelint-config-css-modules](https://npm.io/package/stylelint-config-css-modules.md) ^1.1.0

## Recent versions

- 1.1.0 (latest) — 2020-07-07
- 1.0.6 — 2019-07-25
- 1.0.5 — 2018-04-13
- 1.0.4 — 2018-04-13
- 1.0.3 — 2018-04-11
- 1.0.2 — 2018-04-11

## README

# stylelint-config-activepipe

Shared CSS formatting and quality configuration for use in ActivePipe projects

## what it does

* Specifies `stylelint`/`prettier` dependencies
* Shared configuration for the above dependencies
* Code quality rules for CSS
* Plugins for eslint and stylelint

# quick start

1. `npm install --save-dev` this package's peerDepencies (see below)
2. save `module.exports = { extends: 'stylelint-config-activepipe' }` to `stylelint.config.js` in your project root
3. save `module.exports = require('eslint-config-stylelint/prettierrc')` to `.prettierrc.js` in your project root (if it doesn't already exist)
4. wonderful development success

## installing peerDependencies

The following command will install (or update) a package's peer dependencies in your project:

```
npm info stylelint-config-activepipe peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev
```

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