# @fbi-js/stylelint-config

> StyleLint config

Latest version **1.2.2** (published 2021-02-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fbi-js/stylelint-config
pnpm add @fbi-js/stylelint-config
yarn add @fbi-js/stylelint-config
bun add @fbi-js/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.2 |
| Published | 2021-02-25 |
| First published | 2021-01-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | neikvon, wendaosanshou |

## Links

- npm: https://www.npmjs.com/package/@fbi-js/stylelint-config
- Repository: https://github.com/fbi-js/config
- Homepage: https://github.com/fbi-js/config/tree/master/packages/stylelint-config
- Issues: https://github.com/fbi-js/config/issues
- npm.io page: https://npm.io/package/@fbi-js/stylelint-config

## Dependencies (2)

- [stylelint-config-prettier](https://npm.io/package/stylelint-config-prettier.md) ^8.0.2
- [stylelint-config-standard](https://npm.io/package/stylelint-config-standard.md) ^20.0.0

## Recent versions

- 1.2.2 (latest) — 2021-02-25
- 1.2.1 — 2021-01-27
- 1.2.0 — 2021-01-12
- 1.1.0 — 2021-01-08
- 1.0.1 — 2021-01-07
- 1.0.0 — 2021-01-06
- 0.0.3 — 2021-01-06
- 0.0.2 — 2021-01-06
- 0.0.1 — 2021-01-04

## README

# @fbi-js/stylelint-config

StyleLint config. Extends

- [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard)
- [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier)

## Usage

```bash
npm i -D @fbi-js/stylelint-config
```

`./package.json` (you can also use other [configuration files](https://stylelint.io/user-guide/configure))

```json
{
  "stylelint": {
    "extends": ["@fbi-js/stylelint-config"]
  }
}
```

## License

Licensed under [MIT](https://opensource.org/licenses/MIT).

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