# @dre1080/stylelint-config

> Sharable stylelint config

Latest version **1.2.0** (published 2021-03-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @dre1080/stylelint-config
pnpm add @dre1080/stylelint-config
yarn add @dre1080/stylelint-config
bun add @dre1080/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 | 1.2.0 |
| Published | 2021-03-03 |
| First published | 2020-04-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 4.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Andrew Wayne |
| Maintainers | dre1080 |
| Keywords | dre1080, tailwind, css, stylelint-config, stylelint |

## Links

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

## Dependencies (5)

- [stylelint-order](https://npm.io/package/stylelint-order.md) ^4.0.0
- [stylelint-prettier](https://npm.io/package/stylelint-prettier.md) ^1.1.2
- [stylelint-config-primer](https://npm.io/package/stylelint-config-primer.md) ^11.0.0
- [stylelint-config-prettier](https://npm.io/package/stylelint-config-prettier.md) ^8.0.1
- [stylelint-no-unsupported-browser-features](https://npm.io/package/stylelint-no-unsupported-browser-features.md) ^4.0.0

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.2.0 (latest) — 2021-03-03
- 1.1.0 — 2020-09-06
- 1.0.2 — 2020-04-12
- 1.0.0 — 2020-04-08

## README

# stylelint-config

[![npm (scoped)](https://img.shields.io/npm/v/@dre1080/stylelint-config)](https://www.npmjs.org/package/@dre1080/stylelint-config)

> A sharable stylelint config object. Inspired by [stylelint-config-primer](https://github.com/primer/stylelint-config-primer).

## Install

Install [stylelint](https://stylelint.io/), [prettier](https://prettier.io/) and `@dre1080/stylelint-config`:

**With Yarn**

```sh
$ yarn add --dev stylelint prettier @dre1080/stylelint-config
```

**With npm**

```sh
$ npm install stylelint prettier @dre1080/stylelint-config --save-dev
```

## Usage

Within your [stylelint config object](http://stylelint.io/user-guide/configuration/#extends) You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object:

```json
{
  "extends": "@dre1080/stylelint-config"
}
```

Add a prettier config in `package.json`:

```json
"prettier": "@dre1080/prettier-config"
```

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