An open API service indexing awesome lists of open source software.

https://github.com/jaydenseric/stylelint-config-barebones

Barebones stylelint config, extending stylelint-config-standard.
https://github.com/jaydenseric/stylelint-config-barebones

Last synced: 7 months ago
JSON representation

Barebones stylelint config, extending stylelint-config-standard.

Awesome Lists containing this project

README

          

# Barebones stylelint config

![NPM version](https://img.shields.io/npm/v/stylelint-config-barebones.svg?style=flat-square)
![Github issues](https://img.shields.io/github/issues/jaydenseric/stylelint-config-barebones.svg?style=flat-square)
![Github stars](https://img.shields.io/github/stars/jaydenseric/stylelint-config-barebones.svg?style=flat-square)

The stylelint sharable config used in [Barebones](https://github.com/jaydenseric/Barebones).

- Extends [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard).
- [MIT license](https://en.wikipedia.org/wiki/MIT_License).

## Setup

Install via NPM:

```bash
npm install stylelint-config-barebones --save-dev
```

Extend this config in your project's [stylelint config](http://stylelint.io/user-guide/configuration/#extends):

```json
"stylelint": {
"extends": "stylelint-config-barebones"
}
```

---

[![Barebones logo](http://jaydenseric.com/shared/barebones-logo.svg)](https://github.com/jaydenseric/Barebones)