# @tamland/stylelint-config

> Shared config for stylelint

Latest version **0.0.34** (published 2020-06-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @tamland/stylelint-config
pnpm add @tamland/stylelint-config
yarn add @tamland/stylelint-config
bun add @tamland/stylelint-config
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.34 |
| Published | 2020-06-07 |
| First published | 2019-06-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >= 8 |
| Dependencies | 1 |
| Unpacked size | 78 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | News Team |
| Maintainers | sweetlikepete |
| Keywords | stylelint, stylelintconfig, stylelint-config, tamland, @tamland |

## Links

- npm: https://www.npmjs.com/package/@tamland/stylelint-config
- Repository: https://github.com/feight/tamland
- Homepage: https://github.com/feight/tamland/tree/master/packages/stylelint-config#readme
- Issues: https://github.com/feight/tamland/issues
- npm.io page: https://npm.io/package/@tamland/stylelint-config

## Dependencies (1)

- [@tamland/jasmine](https://npm.io/package/@tamland/jasmine.md) 0.0.4

## 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

- 0.0.34 (latest) — 2020-06-07
- 0.0.33 — 2020-05-22
- 0.0.32 — 2020-05-20
- 0.0.31 — 2020-05-18
- 0.0.30 — 2020-04-23
- 0.0.29 — 2020-02-26
- 0.0.28 — 2020-01-29
- 0.0.27 — 2020-01-14
- 0.0.26 — 2019-11-29
- 0.0.23 — 2019-11-15
- 0.0.22 — 2019-11-11
- 0.0.21 — 2019-11-06
- 0.0.20 — 2019-10-01
- 0.0.17 — 2019-09-04
- 0.0.14 — 2019-08-22
- … 6 more at https://npm.io/package/@tamland/stylelint-config/versions

## README

# @tamland/stylelint-config

[![License](https://img.shields.io/npm/l/@tamland/stylelint-config.svg)](https://github.com/feight/tamland/blob/master/LICENSE)
[![npm package](https://img.shields.io/npm/v/@tamland/stylelint-config/latest.svg)](https://www.npmjs.com/package/@tamland/stylelint-config)
[![npm downloads](https://img.shields.io/npm/dm/@tamland/stylelint-config.svg)](https://www.npmjs.com/package/@tamland/stylelint-config)
[![Dependencies](https://img.shields.io/david/feight/tamland.svg?path=packages%2Fstylelint-config)](https://david-dm.org/feight/tamland?path=packages/stylelint-config)
[![DevDependencies](https://img.shields.io/david/feight/tamland.svg?path=packages%2Fstylelint-config)](https://david-dm.org/feight/tamland?type=dev&path=packages/stylelint-config)

This package provides a shared config for stylelint and several of its plugins.

## Usage

A single stylelint configuration is exported.

Our default export contains all of our stylelint rules. It requires the following peer dependencies:

```
    stylelint
    stylelint-order
    stylelint-scss
```

### Installation

1. Install the shared configuration:

  ```sh
  npm install --save-dev @tamland/stylelint-config
  ```

2. Install the shared configuration peer dependencies (npm 5+):

  ```sh
  npx install-peerdeps --dev @tamland/stylelint-config
  ```

3. Add `"extends": "@tamland/stylelint-config"` to your .stylelintrc.

## Maintenance

You can run tests with `npm test`.

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