Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xojs/stylelint-config-xo

Stylelint shareable config for XO
https://github.com/xojs/stylelint-config-xo

css linting stylelint stylelint-config xo

Last synced: 11 days ago
JSON representation

Stylelint shareable config for XO

Awesome Lists containing this project

README

        

# stylelint-config-xo

> [Stylelint](https://stylelint.io) shareable config for [XO](https://github.com/xojs/xo)

## Install

```sh
npm install --save-dev stylelint-config-xo
```

## Usage

Add the following to your [Stylelint config](https://stylelint.io/user-guide/configuration/):

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

## Related

- [stylelint-config-xo-space](https://github.com/xojs/stylelint-config-xo-space) - Stylelint shareable config for XO with 2-space indent
- [stylelint-config-xo-scss](https://github.com/xojs/stylelint-config-xo-scss) - Stylelint shareable config for XO with Sass support
- [xo](https://github.com/xojs/xo) - JavaScript linter